Html Css Color HEX #2B7329 Japanese Laurel

📋 copy color: '#2B7329'

red 43 ◦ green 115 ◦ blue 41

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

Shades of Japanese Laurel #2B7329

Tints of Japanese Laurel #2B7329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.79%

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 21.61%
G = 57.79%
B = 20.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#2B7329 (or 0x2B7329) is known color: Japanese Laurel. HEX triplet: 2B, 73 and 29. RGB value is (43,115,41). Sum of RGB (Red+Green+Blue) = 43+115+41=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7329 is #D48CD6. Grayscale: #555555. Windows color (decimal): -13929687 or 2716459. OLE color: 2716459.

HSL color Cylindrical-coordinate representation of color #2B7329: hue angle of 118.38º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7329 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 41 -
CMYK 0.63 0 0.64 0.55
HSL 118.38º 0.47% 0.31% -
HSV(B) 118.38º 0.64% 0.45% -
XYZ 7.53 12.94 4.2 -
YUV 85.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 43 115 41 0.63 0 0.64 0.55 118.38 0.47 0.31
Hex 2B 73 29 3F 0 40 37 76 2F 1F
Octal 53 163 51 77 0 100 67 166 57 37
Binary 101011 1110011 101001 111111 0 1000000 110111 1110110 101111 11111

Color Harmonies of #2B7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7329

Black with #2B7329

Text Example


Text Example

White with #2B7329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,41); }

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

background-color css

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

 a { background-color: rgb(43,115,41); }

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

border-color css

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

 span { border-color: rgb(43,115,41); }

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