Html Css Color HEX #277220 Japanese Laurel

📋 copy color: '#277220'

red 39 ◦ green 114 ◦ blue 32

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

Shades of Japanese Laurel #277220

Tints of Japanese Laurel #277220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.62%

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

R = 21.08%
G = 61.62%
B = 17.3%

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

#277220 (or 0x277220) is known color: Japanese Laurel. HEX triplet: 27, 72 and 20. RGB value is (39,114,32). Sum of RGB (Red+Green+Blue) = 39+114+32=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #277220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277220 is #D88DDF. Grayscale: #525252. Windows color (decimal): -14192096 or 2126375. OLE color: 2126375.

HSL color Cylindrical-coordinate representation of color #277220: hue angle of 114.88º degrees, saturation: 0.56, 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 #277220 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 114 32 -
CMYK 0.66 0 0.72 0.55
HSL 114.88º 0.56% 0.29% -
HSV(B) 114.88º 0.72% 0.45% -
XYZ 7.11 12.57 3.42 -
YUV 82.23 99.65 97.17 -
System Red Green Blue C M Y K H S L
Decimal 39 114 32 0.66 0 0.72 0.55 114.88 0.56 0.29
Hex 27 72 20 42 0 48 37 73 38 1D
Octal 47 162 40 102 0 110 67 163 70 35
Binary 100111 1110010 100000 1000010 0 1001000 110111 1110011 111000 11101

Color Harmonies of #277220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277220

Black with #277220

Text Example


Text Example

White with #277220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277220; }

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

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

background-color css

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

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

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

border-color css

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

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

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