Html Css Color HEX #2B7221 Japanese Laurel

📋 copy color: '#2B7221'

red 43 ◦ green 114 ◦ blue 33

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

Shades of Japanese Laurel #2B7221

Tints of Japanese Laurel #2B7221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60%

 BLUE value IS 33 (13.28% from 255) = 17.37%

R = 22.63%
G = 60%
B = 17.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#2B7221 (or 0x2B7221) is known color: Japanese Laurel. HEX triplet: 2B, 72 and 21. RGB value is (43,114,33). Sum of RGB (Red+Green+Blue) = 43+114+33=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7221 is #D48DDE. Grayscale: #535353. Windows color (decimal): -13929951 or 2191915. OLE color: 2191915.

HSL color Cylindrical-coordinate representation of color #2B7221: hue angle of 112.59º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B7221 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 114 33 -
CMYK 0.62 0 0.71 0.55
HSL 112.59º 0.55% 0.29% -
HSV(B) 112.59º 0.71% 0.45% -
XYZ 7.29 12.66 3.5 -
YUV 83.54 99.48 99.09 -
System Red Green Blue C M Y K H S L
Decimal 43 114 33 0.62 0 0.71 0.55 112.59 0.55 0.29
Hex 2B 72 21 3E 0 47 37 71 37 1D
Octal 53 162 41 76 0 107 67 161 67 35
Binary 101011 1110010 100001 111110 0 1000111 110111 1110001 110111 11101

Color Harmonies of #2B7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7221

Black with #2B7221

Text Example


Text Example

White with #2B7221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,114,33); }

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

background-color css

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

 a { background-color: rgb(43,114,33); }

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

border-color css

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

 span { border-color: rgb(43,114,33); }

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