Html Css Color HEX #27802C Japanese Laurel

📋 copy color: '#27802C'

red 39 ◦ green 128 ◦ blue 44

#27802C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #27802C

Tints of Japanese Laurel #27802C

RGB

 RED value IS 39 (15.63% from 255) = 18.48%

 GREEN value IS 128 (50.39% from 255) = 60.66%

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 18.48%
G = 60.66%
B = 20.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#27802C (or 0x27802C) is known color: Japanese Laurel. HEX triplet: 27, 80 and 2C. RGB value is (39,128,44). Sum of RGB (Red+Green+Blue) = 39+128+44=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #27802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27802C is #D87FD3. Grayscale: #5C5C5C. Windows color (decimal): -14188500 or 2916391. OLE color: 2916391.

HSL color Cylindrical-coordinate representation of color #27802C: hue angle of 123.37º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27802C is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 128 44 -
CMYK 0.70 0 0.66 0.50
HSL 123.37º 0.53% 0.33% -
HSV(B) 123.37º 0.7% 0.5% -
XYZ 9.01 16.05 5.01 -
YUV 91.81 101.01 90.33 -
System Red Green Blue C M Y K H S L
Decimal 39 128 44 0.70 0 0.66 0.50 123.37 0.53 0.33
Hex 27 80 2C 46 0 42 32 7B 35 21
Octal 47 200 54 106 0 102 62 173 65 41
Binary 100111 10000000 101100 1000110 0 1000010 110010 1111011 110101 100001

Color Harmonies of #27802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27802C

Black with #27802C

Text Example


Text Example

White with #27802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27802C; }

 p { color: rgb(39,128,44); }

 H1.HeaderClassName
 {
   color: #27802C;
 }
 .AnyTagClassName
 {
   color: #27802C;
 }
</style>

background-color css

<style>
 a { background-color: #27802C; }

 a { background-color: rgb(39,128,44); }

 div.DivClassName
 {
   background-color: #27802C;
 }
 .BgClassName
 {
   background-color: #27802C;
 }
</style>

border-color css

<style>
 span { border-color: #27802C; }

 span { border-color: rgb(39,128,44); }

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