Html Css Color HEX #27772B Japanese Laurel

📋 copy color: '#27772B'

red 39 ◦ green 119 ◦ blue 43

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

Shades of Japanese Laurel #27772B

Tints of Japanese Laurel #27772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.39%

R = 19.4%
G = 59.2%
B = 21.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#27772B (or 0x27772B) is known color: Japanese Laurel. HEX triplet: 27, 77 and 2B. RGB value is (39,119,43). Sum of RGB (Red+Green+Blue) = 39+119+43=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #27772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27772B is #D888D4. Grayscale: #565656. Windows color (decimal): -14190805 or 2848551. OLE color: 2848551.

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

Color convert

RGB 39 119 43 -
CMYK 0.67 0 0.64 0.53
HSL 123º 0.51% 0.31% -
HSV(B) 123º 0.67% 0.47% -
XYZ 7.87 13.8 4.53 -
YUV 86.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 39 119 43 0.67 0 0.64 0.53 123 0.51 0.31
Hex 27 77 2B 43 0 40 35 7B 33 1F
Octal 47 167 53 103 0 100 65 173 63 37
Binary 100111 1110111 101011 1000011 0 1000000 110101 1111011 110011 11111

Color Harmonies of #27772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27772B

Black with #27772B

Text Example


Text Example

White with #27772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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