Html Css Color HEX #27772C Japanese Laurel

📋 copy color: '#27772C'

red 39 ◦ green 119 ◦ blue 44

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

Shades of Japanese Laurel #27772C

Tints of Japanese Laurel #27772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.91%

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

R = 19.31%
G = 58.91%
B = 21.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#27772C (or 0x27772C) is known color: Japanese Laurel. HEX triplet: 27, 77 and 2C. RGB value is (39,119,44). Sum of RGB (Red+Green+Blue) = 39+119+44=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #27772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27772C is #D888D3. Grayscale: #565656. Windows color (decimal): -14190804 or 2914087. OLE color: 2914087.

HSL color Cylindrical-coordinate representation of color #27772C: hue angle of 123.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27772C is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 44 -
CMYK 0.67 0 0.63 0.53
HSL 123.75º 0.51% 0.31% -
HSV(B) 123.75º 0.67% 0.47% -
XYZ 7.89 13.81 4.63 -
YUV 86.53 104 94.1 -
System Red Green Blue C M Y K H S L
Decimal 39 119 44 0.67 0 0.63 0.53 123.75 0.51 0.31
Hex 27 77 2C 43 0 3F 35 7C 33 1F
Octal 47 167 54 103 0 77 65 174 63 37
Binary 100111 1110111 101100 1000011 0 111111 110101 1111100 110011 11111

Color Harmonies of #27772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27772C

Black with #27772C

Text Example


Text Example

White with #27772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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