Html Css Color HEX #2E7022 Japanese Laurel

📋 copy color: '#2E7022'

red 46 ◦ green 112 ◦ blue 34

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

Shades of Japanese Laurel #2E7022

Tints of Japanese Laurel #2E7022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.33%

 BLUE value IS 34 (13.67% from 255) = 17.71%

R = 23.96%
G = 58.33%
B = 17.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#2E7022 (or 0x2E7022) is known color: Japanese Laurel. HEX triplet: 2E, 70 and 22. RGB value is (46,112,34). Sum of RGB (Red+Green+Blue) = 46+112+34=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7022 is #D18FDD. Grayscale: #535353. Windows color (decimal): -13733854 or 2256942. OLE color: 2256942.

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

Color convert

RGB 46 112 34 -
CMYK 0.59 0 0.70 0.56
HSL 110.77º 0.53% 0.29% -
HSV(B) 110.77º 0.7% 0.44% -
XYZ 7.21 12.28 3.5 -
YUV 83.37 100.13 101.34 -
System Red Green Blue C M Y K H S L
Decimal 46 112 34 0.59 0 0.70 0.56 110.77 0.53 0.29
Hex 2E 70 22 3B 0 46 38 6F 35 1D
Octal 56 160 42 73 0 106 70 157 65 35
Binary 101110 1110000 100010 111011 0 1000110 111000 1101111 110101 11101

Color Harmonies of #2E7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7022

Black with #2E7022

Text Example


Text Example

White with #2E7022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,112,34); }

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

background-color css

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

 a { background-color: rgb(46,112,34); }

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

border-color css

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

 span { border-color: rgb(46,112,34); }

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