#27823e

Color #27823E Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #27823E

Tints of Japanese Laurel #27823E

Color information

#27823E (or 0x27823E) is unknown color: approx Japanese Laurel. HEX triplet: 27, 82 and 3E. RGB value is (39,130,62). Sum of RGB (Red+Green+Blue) = 39+130+62=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #27823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27823E is #D87DC1. Grayscale: #5F5F5F. Windows color (decimal): -14187970 or 4096551. OLE color: 4096551.

HSL color Cylindrical-coordinate representation of color #27823E: hue angle of 135.16º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27823E is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB3913062-
CMYK0.7000.520.49
HSL135.16º53.85%33.14%-
HSV(B)135.16º70%50.98%-
XYZ9.6916.747.28-
YUV95.04109.3588.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 16.88%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=16.88%
G=56.28%
B=26.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39130620.7000.520.49135.1653.8533.14
Hex27823E4603431873621
Octal4720276106064612076641
Binary100111100000101111101000110011010011000110000111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27823e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27823e; }

 p { color: rgb(39,130,62); }

 H1.HeaderClassName
 {
   color: #27823e;
 }
 .AnyTagClassName
 {
   color: #27823e;
 }
</style>
background-color css

<style>
 a { background-color: #27823e; }

 a { background-color: rgb(39,130,62); }

 div.DivClassName
 {
   background-color: #27823e;
 }
 .BgClassName
 {
   background-color: #27823e;
 }
</style>
border-color css

<style>
 span { border-color: #27823e; }

 span { border-color: rgb(39,130,62); }

 td.TdClassName
 {
   border-color: #27823e;
 }
 .TagClassName
 {
   border-color: #27823e;
 }
</style>