Html Css Color HEX #27762C Japanese Laurel

📋 copy color: '#27762C'

red 39 ◦ green 118 ◦ blue 44

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

Shades of Japanese Laurel #27762C

Tints of Japanese Laurel #27762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.71%

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

R = 19.4%
G = 58.71%
B = 21.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#27762C (or 0x27762C) is known color: Japanese Laurel. HEX triplet: 27, 76 and 2C. RGB value is (39,118,44). Sum of RGB (Red+Green+Blue) = 39+118+44=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #27762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27762C is #D889D3. Grayscale: #565656. Windows color (decimal): -14191060 or 2913831. OLE color: 2913831.

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

Color convert

RGB 39 118 44 -
CMYK 0.67 0 0.63 0.54
HSL 123.8º 0.5% 0.31% -
HSV(B) 123.8º 0.67% 0.46% -
XYZ 7.77 13.57 4.59 -
YUV 85.94 104.33 94.52 -
System Red Green Blue C M Y K H S L
Decimal 39 118 44 0.67 0 0.63 0.54 123.8 0.5 0.31
Hex 27 76 2C 43 0 3F 36 7C 32 1F
Octal 47 166 54 103 0 77 66 174 62 37
Binary 100111 1110110 101100 1000011 0 111111 110110 1111100 110010 11111

Color Harmonies of #27762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27762C

Black with #27762C

Text Example


Text Example

White with #27762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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