Html Css Color HEX #277420 Japanese Laurel

📋 copy color: '#277420'

red 39 ◦ green 116 ◦ blue 32

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

Shades of Japanese Laurel #277420

Tints of Japanese Laurel #277420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.03%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 20.86%
G = 62.03%
B = 17.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#277420 (or 0x277420) is known color: Japanese Laurel. HEX triplet: 27, 74 and 20. RGB value is (39,116,32). Sum of RGB (Red+Green+Blue) = 39+116+32=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #277420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277420 is #D88BDF. Grayscale: #535353. Windows color (decimal): -14191584 or 2126887. OLE color: 2126887.

HSL color Cylindrical-coordinate representation of color #277420: hue angle of 115º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277420 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 116 32 -
CMYK 0.66 0 0.72 0.55
HSL 115º 0.57% 0.29% -
HSV(B) 115º 0.72% 0.45% -
XYZ 7.34 13.03 3.49 -
YUV 83.4 98.99 96.33 -
System Red Green Blue C M Y K H S L
Decimal 39 116 32 0.66 0 0.72 0.55 115 0.57 0.29
Hex 27 74 20 42 0 48 37 73 39 1D
Octal 47 164 40 102 0 110 67 163 71 35
Binary 100111 1110100 100000 1000010 0 1001000 110111 1110011 111001 11101

Color Harmonies of #277420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277420

Black with #277420

Text Example


Text Example

White with #277420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277420; }

 p { color: rgb(39,116,32); }

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

background-color css

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

 a { background-color: rgb(39,116,32); }

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

border-color css

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

 span { border-color: rgb(39,116,32); }

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