Html Css Color HEX #27762E Japanese Laurel

📋 copy color: '#27762E'

red 39 ◦ green 118 ◦ blue 46

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

Shades of Japanese Laurel #27762E

Tints of Japanese Laurel #27762E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 19.21%
G = 58.13%
B = 22.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#27762E (or 0x27762E) is known color: Japanese Laurel. HEX triplet: 27, 76 and 2E. RGB value is (39,118,46). Sum of RGB (Red+Green+Blue) = 39+118+46=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #27762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27762E is #D889D1. Grayscale: #565656. Windows color (decimal): -14191058 or 3044903. OLE color: 3044903.

HSL color Cylindrical-coordinate representation of color #27762E: hue angle of 125.32º 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 #27762E is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 118 46 -
CMYK 0.67 0 0.61 0.54
HSL 125.32º 0.5% 0.31% -
HSV(B) 125.32º 0.67% 0.46% -
XYZ 7.81 13.59 4.8 -
YUV 86.17 105.33 94.35 -
System Red Green Blue C M Y K H S L
Decimal 39 118 46 0.67 0 0.61 0.54 125.32 0.5 0.31
Hex 27 76 2E 43 0 3D 36 7D 32 1F
Octal 47 166 56 103 0 75 66 175 62 37
Binary 100111 1110110 101110 1000011 0 111101 110110 1111101 110010 11111

Color Harmonies of #27762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27762E

Black with #27762E

Text Example


Text Example

White with #27762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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