Html Css Color HEX #2E7C31 Japanese Laurel

📋 copy color: '#2E7C31'

red 46 ◦ green 124 ◦ blue 49

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

Shades of Japanese Laurel #2E7C31

Tints of Japanese Laurel #2E7C31

RGB

 RED value IS 46 (18.36% from 255) = 21%

 GREEN value IS 124 (48.83% from 255) = 56.62%

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

R = 21%
G = 56.62%
B = 22.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#2E7C31 (or 0x2E7C31) is known color: Japanese Laurel. HEX triplet: 2E, 7C and 31. RGB value is (46,124,49). Sum of RGB (Red+Green+Blue) = 46+124+49=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7C31 is #D183CE. Grayscale: #5C5C5C. Windows color (decimal): -13730767 or 3243054. OLE color: 3243054.

HSL color Cylindrical-coordinate representation of color #2E7C31: hue angle of 122.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7C31 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 124 49 -
CMYK 0.63 0 0.60 0.51
HSL 122.31º 0.46% 0.33% -
HSV(B) 122.31º 0.63% 0.49% -
XYZ 8.89 15.22 5.37 -
YUV 92.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 46 124 49 0.63 0 0.60 0.51 122.31 0.46 0.33
Hex 2E 7C 31 3F 0 3C 33 7A 2E 21
Octal 56 174 61 77 0 74 63 172 56 41
Binary 101110 1111100 110001 111111 0 111100 110011 1111010 101110 100001

Color Harmonies of #2E7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7C31

Black with #2E7C31

Text Example


Text Example

White with #2E7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E7C31; }

 p { color: rgb(46,124,49); }

 H1.HeaderClassName
 {
   color: #2E7C31;
 }
 .AnyTagClassName
 {
   color: #2E7C31;
 }
</style>

background-color css

<style>
 a { background-color: #2E7C31; }

 a { background-color: rgb(46,124,49); }

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

border-color css

<style>
 span { border-color: #2E7C31; }

 span { border-color: rgb(46,124,49); }

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