Html Css Color HEX #2D7020 Japanese Laurel

📋 copy color: '#2D7020'

red 45 ◦ green 112 ◦ blue 32

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

Shades of Japanese Laurel #2D7020

Tints of Japanese Laurel #2D7020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 23.81%
G = 59.26%
B = 16.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#2D7020 (or 0x2D7020) is known color: Japanese Laurel. HEX triplet: 2D, 70 and 20. RGB value is (45,112,32). Sum of RGB (Red+Green+Blue) = 45+112+32=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7020 is #D28FDF. Grayscale: #535353. Windows color (decimal): -13799392 or 2125869. OLE color: 2125869.

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

Color convert

RGB 45 112 32 -
CMYK 0.60 0 0.71 0.56
HSL 110.25º 0.56% 0.28% -
HSV(B) 110.25º 0.71% 0.44% -
XYZ 7.14 12.25 3.35 -
YUV 82.85 99.3 101 -
System Red Green Blue C M Y K H S L
Decimal 45 112 32 0.60 0 0.71 0.56 110.25 0.56 0.28
Hex 2D 70 20 3C 0 47 38 6E 38 1C
Octal 55 160 40 74 0 107 70 156 70 34
Binary 101101 1110000 100000 111100 0 1000111 111000 1101110 111000 11100

Color Harmonies of #2D7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7020

Black with #2D7020

Text Example


Text Example

White with #2D7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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