Html Css Color HEX #2E712C Japanese Laurel

📋 copy color: '#2E712C'

red 46 ◦ green 113 ◦ blue 44

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

Shades of Japanese Laurel #2E712C

Tints of Japanese Laurel #2E712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.67%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 22.66%
G = 55.67%
B = 21.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#2E712C (or 0x2E712C) is known color: Japanese Laurel. HEX triplet: 2E, 71 and 2C. RGB value is (46,113,44). Sum of RGB (Red+Green+Blue) = 46+113+44=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #2E712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E712C is #D18ED3. Grayscale: #555555. Windows color (decimal): -13733588 or 2912558. OLE color: 2912558.

HSL color Cylindrical-coordinate representation of color #2E712C: hue angle of 118.26º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E712C is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 113 44 -
CMYK 0.59 0 0.61 0.56
HSL 118.26º 0.44% 0.31% -
HSV(B) 118.26º 0.61% 0.44% -
XYZ 7.49 12.57 4.42 -
YUV 85.1 104.8 100.11 -
System Red Green Blue C M Y K H S L
Decimal 46 113 44 0.59 0 0.61 0.56 118.26 0.44 0.31
Hex 2E 71 2C 3B 0 3D 38 76 2C 1F
Octal 56 161 54 73 0 75 70 166 54 37
Binary 101110 1110001 101100 111011 0 111101 111000 1110110 101100 11111

Color Harmonies of #2E712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E712C

Black with #2E712C

Text Example


Text Example

White with #2E712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,113,44); }

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

background-color css

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

 a { background-color: rgb(46,113,44); }

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

border-color css

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

 span { border-color: rgb(46,113,44); }

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