Html Css Color HEX #2D7022 Japanese Laurel

📋 copy color: '#2D7022'

red 45 ◦ green 112 ◦ blue 34

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

Shades of Japanese Laurel #2D7022

Tints of Japanese Laurel #2D7022

RGB

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

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

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

R = 23.56%
G = 58.64%
B = 17.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#2D7022 (or 0x2D7022) is known color: Japanese Laurel. HEX triplet: 2D, 70 and 22. RGB value is (45,112,34). Sum of RGB (Red+Green+Blue) = 45+112+34=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7022 is #D28FDD. Grayscale: #535353. Windows color (decimal): -13799390 or 2256941. OLE color: 2256941.

HSL color Cylindrical-coordinate representation of color #2D7022: hue angle of 111.54º 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 #2D7022 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 112 34 -
CMYK 0.60 0 0.70 0.56
HSL 111.54º 0.53% 0.29% -
HSV(B) 111.54º 0.7% 0.44% -
XYZ 7.17 12.26 3.5 -
YUV 83.08 100.3 100.84 -
System Red Green Blue C M Y K H S L
Decimal 45 112 34 0.60 0 0.70 0.56 111.54 0.53 0.29
Hex 2D 70 22 3C 0 46 38 70 35 1D
Octal 55 160 42 74 0 106 70 160 65 35
Binary 101101 1110000 100010 111100 0 1000110 111000 1110000 110101 11101

Color Harmonies of #2D7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7022

Black with #2D7022

Text Example


Text Example

White with #2D7022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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