Html Css Color HEX #2B7020 Japanese Laurel

📋 copy color: '#2B7020'

red 43 ◦ green 112 ◦ blue 32

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

Shades of Japanese Laurel #2B7020

Tints of Japanese Laurel #2B7020

RGB

 RED value IS 43 (17.19% from 255) = 22.99%

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

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

R = 22.99%
G = 59.89%
B = 17.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#2B7020 (or 0x2B7020) is known color: Japanese Laurel. HEX triplet: 2B, 70 and 20. RGB value is (43,112,32). Sum of RGB (Red+Green+Blue) = 43+112+32=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7020 is #D48FDF. Grayscale: #525252. Windows color (decimal): -13930464 or 2125867. OLE color: 2125867.

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

Color convert

RGB 43 112 32 -
CMYK 0.62 0 0.71 0.56
HSL 111.75º 0.56% 0.28% -
HSV(B) 111.75º 0.71% 0.44% -
XYZ 7.05 12.21 3.35 -
YUV 82.25 99.64 100 -
System Red Green Blue C M Y K H S L
Decimal 43 112 32 0.62 0 0.71 0.56 111.75 0.56 0.28
Hex 2B 70 20 3E 0 47 38 70 38 1C
Octal 53 160 40 76 0 107 70 160 70 34
Binary 101011 1110000 100000 111110 0 1000111 111000 1110000 111000 11100

Color Harmonies of #2B7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7020

Black with #2B7020

Text Example


Text Example

White with #2B7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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