Html Css Color HEX #2B7521 Japanese Laurel

📋 copy color: '#2B7521'

red 43 ◦ green 117 ◦ blue 33

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

Shades of Japanese Laurel #2B7521

Tints of Japanese Laurel #2B7521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.62%

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

R = 22.28%
G = 60.62%
B = 17.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#2B7521 (or 0x2B7521) is known color: Japanese Laurel. HEX triplet: 2B, 75 and 21. RGB value is (43,117,33). Sum of RGB (Red+Green+Blue) = 43+117+33=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7521 is #D48ADE. Grayscale: #555555. Windows color (decimal): -13929183 or 2192683. OLE color: 2192683.

HSL color Cylindrical-coordinate representation of color #2B7521: hue angle of 112.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B7521 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 117 33 -
CMYK 0.63 0 0.72 0.54
HSL 112.86º 0.56% 0.29% -
HSV(B) 112.86º 0.72% 0.46% -
XYZ 7.63 13.35 3.61 -
YUV 85.3 98.48 97.83 -
System Red Green Blue C M Y K H S L
Decimal 43 117 33 0.63 0 0.72 0.54 112.86 0.56 0.29
Hex 2B 75 21 3F 0 48 36 71 38 1D
Octal 53 165 41 77 0 110 66 161 70 35
Binary 101011 1110101 100001 111111 0 1001000 110110 1110001 111000 11101

Color Harmonies of #2B7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7521

Black with #2B7521

Text Example


Text Example

White with #2B7521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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