Html Css Color HEX #277D31 Japanese Laurel

📋 copy color: '#277D31'

red 39 ◦ green 125 ◦ blue 49

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

Shades of Japanese Laurel #277D31

Tints of Japanese Laurel #277D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23%

R = 18.31%
G = 58.69%
B = 23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#277D31 (or 0x277D31) is known color: Japanese Laurel. HEX triplet: 27, 7D and 31. RGB value is (39,125,49). Sum of RGB (Red+Green+Blue) = 39+125+49=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 125 (49.22% from 255 or 58.69% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 125 - color contains mainly: green. Hex color #277D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277D31 is #D882CE. Grayscale: #5A5A5A. Windows color (decimal): -14189263 or 3243303. OLE color: 3243303.

HSL color Cylindrical-coordinate representation of color #277D31: hue angle of 126.98º 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 #277D31 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 125 49 -
CMYK 0.69 0 0.61 0.51
HSL 126.98º 0.52% 0.32% -
HSV(B) 126.98º 0.69% 0.49% -
XYZ 8.72 15.32 5.4 -
YUV 90.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 39 125 49 0.69 0 0.61 0.51 126.98 0.52 0.32
Hex 27 7D 31 45 0 3D 33 7F 34 20
Octal 47 175 61 105 0 75 63 177 64 40
Binary 100111 1111101 110001 1000101 0 111101 110011 1111111 110100 100000

Color Harmonies of #277D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277D31

Black with #277D31

Text Example


Text Example

White with #277D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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