Html Css Color HEX #2D6E22 Japanese Laurel

📋 copy color: '#2D6E22'

red 45 ◦ green 110 ◦ blue 34

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

Shades of Japanese Laurel #2D6E22

Tints of Japanese Laurel #2D6E22

RGB

 RED value IS 45 (17.97% from 255) = 23.81%

 GREEN value IS 110 (43.36% from 255) = 58.2%

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

R = 23.81%
G = 58.2%
B = 17.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.57

RGB Variations

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

Color information

#2D6E22 (or 0x2D6E22) is known color: Japanese Laurel. HEX triplet: 2D, 6E and 22. RGB value is (45,110,34). Sum of RGB (Red+Green+Blue) = 45+110+34=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 110 (43.36% from 255 or 58.20% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6E22 is #D291DD. Grayscale: #525252. Windows color (decimal): -13799902 or 2256429. OLE color: 2256429.

HSL color Cylindrical-coordinate representation of color #2D6E22: hue angle of 111.32º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D6E22 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB 45 110 34 -
CMYK 0.59 0 0.69 0.57
HSL 111.32º 0.53% 0.28% -
HSV(B) 111.32º 0.69% 0.43% -
XYZ 6.95 11.83 3.43 -
YUV 81.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 45 110 34 0.59 0 0.69 0.57 111.32 0.53 0.28
Hex 2D 6E 22 3B 0 45 39 6F 35 1C
Octal 55 156 42 73 0 105 71 157 65 34
Binary 101101 1101110 100010 111011 0 1000101 111001 1101111 110101 11100

Color Harmonies of #2D6E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6E22

Black with #2D6E22

Text Example


Text Example

White with #2D6E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,110,34); }

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

background-color css

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

 a { background-color: rgb(45,110,34); }

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

border-color css

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

 span { border-color: rgb(45,110,34); }

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