Html Css Color HEX #2B7120 Japanese Laurel

📋 copy color: '#2B7120'

red 43 ◦ green 113 ◦ blue 32

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

Shades of Japanese Laurel #2B7120

Tints of Japanese Laurel #2B7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.11%

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

R = 22.87%
G = 60.11%
B = 17.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#2B7120 (or 0x2B7120) is known color: Japanese Laurel. HEX triplet: 2B, 71 and 20. RGB value is (43,113,32). Sum of RGB (Red+Green+Blue) = 43+113+32=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7120 is #D48EDF. Grayscale: #535353. Windows color (decimal): -13930208 or 2126123. OLE color: 2126123.

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

Color convert

RGB 43 113 32 -
CMYK 0.62 0 0.72 0.56
HSL 111.85º 0.56% 0.28% -
HSV(B) 111.85º 0.72% 0.44% -
XYZ 7.16 12.43 3.39 -
YUV 82.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 43 113 32 0.62 0 0.72 0.56 111.85 0.56 0.28
Hex 2B 71 20 3E 0 48 38 70 38 1C
Octal 53 161 40 76 0 110 70 160 70 34
Binary 101011 1110001 100000 111110 0 1001000 111000 1110000 111000 11100

Color Harmonies of #2B7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7120

Black with #2B7120

Text Example


Text Example

White with #2B7120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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