Html Css Color HEX #277F39 Japanese Laurel

📋 copy color: '#277F39'

red 39 ◦ green 127 ◦ blue 57

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

Shades of Japanese Laurel #277F39

Tints of Japanese Laurel #277F39

RGB

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

 GREEN value IS 127 (50% from 255) = 56.95%

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 17.49%
G = 56.95%
B = 25.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#277F39 (or 0x277F39) is known color: Japanese Laurel. HEX triplet: 27, 7F and 39. RGB value is (39,127,57). Sum of RGB (Red+Green+Blue) = 39+127+57=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #277F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277F39 is #D880C6. Grayscale: #5C5C5C. Windows color (decimal): -14188743 or 3768103. OLE color: 3768103.

HSL color Cylindrical-coordinate representation of color #277F39: hue angle of 132.27º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F39 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 127 57 -
CMYK 0.69 0 0.55 0.50
HSL 132.27º 0.53% 0.33% -
HSV(B) 132.27º 0.69% 0.5% -
XYZ 9.16 15.91 6.46 -
YUV 92.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 39 127 57 0.69 0 0.55 0.50 132.27 0.53 0.33
Hex 27 7F 39 45 0 37 32 84 35 21
Octal 47 177 71 105 0 67 62 204 65 41
Binary 100111 1111111 111001 1000101 0 110111 110010 10000100 110101 100001

Color Harmonies of #277F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277F39

Black with #277F39

Text Example


Text Example

White with #277F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277F39; }

 p { color: rgb(39,127,57); }

 H1.HeaderClassName
 {
   color: #277F39;
 }
 .AnyTagClassName
 {
   color: #277F39;
 }
</style>

background-color css

<style>
 a { background-color: #277F39; }

 a { background-color: rgb(39,127,57); }

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

border-color css

<style>
 span { border-color: #277F39; }

 span { border-color: rgb(39,127,57); }

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