Html Css Color HEX #27772D Japanese Laurel

📋 copy color: '#27772D'

red 39 ◦ green 119 ◦ blue 45

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

Shades of Japanese Laurel #27772D

Tints of Japanese Laurel #27772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 19.21%
G = 58.62%
B = 22.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#27772D (or 0x27772D) is known color: Japanese Laurel. HEX triplet: 27, 77 and 2D. RGB value is (39,119,45). Sum of RGB (Red+Green+Blue) = 39+119+45=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #27772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27772D is #D888D2. Grayscale: #565656. Windows color (decimal): -14190803 or 2979623. OLE color: 2979623.

HSL color Cylindrical-coordinate representation of color #27772D: hue angle of 124.5º 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 #27772D is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 45 -
CMYK 0.67 0 0.62 0.53
HSL 124.5º 0.51% 0.31% -
HSV(B) 124.5º 0.67% 0.47% -
XYZ 7.91 13.81 4.73 -
YUV 86.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 39 119 45 0.67 0 0.62 0.53 124.5 0.51 0.31
Hex 27 77 2D 43 0 3E 35 7C 33 1F
Octal 47 167 55 103 0 76 65 174 63 37
Binary 100111 1110111 101101 1000011 0 111110 110101 1111100 110011 11111

Color Harmonies of #27772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27772D

Black with #27772D

Text Example


Text Example

White with #27772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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