Html Css Color HEX #277D39 Japanese Laurel

📋 copy color: '#277D39'

red 39 ◦ green 125 ◦ blue 57

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

Shades of Japanese Laurel #277D39

Tints of Japanese Laurel #277D39

RGB

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

 GREEN value IS 125 (49.22% from 255) = 56.56%

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

R = 17.65%
G = 56.56%
B = 25.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#277D39 (or 0x277D39) is known color: Japanese Laurel. HEX triplet: 27, 7D and 39. RGB value is (39,125,57). Sum of RGB (Red+Green+Blue) = 39+125+57=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #277D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277D39 is #D882C6. Grayscale: #5B5B5B. Windows color (decimal): -14189255 or 3767591. OLE color: 3767591.

HSL color Cylindrical-coordinate representation of color #277D39: hue angle of 132.56º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277D39 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 125 57 -
CMYK 0.69 0 0.54 0.51
HSL 132.56º 0.52% 0.32% -
HSV(B) 132.56º 0.69% 0.49% -
XYZ 8.91 15.39 6.37 -
YUV 91.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 39 125 57 0.69 0 0.54 0.51 132.56 0.52 0.32
Hex 27 7D 39 45 0 36 33 85 34 20
Octal 47 175 71 105 0 66 63 205 64 40
Binary 100111 1111101 111001 1000101 0 110110 110011 10000101 110100 100000

Color Harmonies of #277D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277D39

Black with #277D39

Text Example


Text Example

White with #277D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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