#2B7323

Color #2B7323 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2B7323

Tints of Japanese Laurel #2B7323

Color information

#2B7323 (or 0x2B7323) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 73 and 23. RGB value is (43,115,35). Sum of RGB (Red+Green+Blue) = 43+115+35=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7323 is #D48CDC. Grayscale: #545454. Windows color (decimal): -13929693 or 2323243. OLE color: 2323243.

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

Color convert

RGB4311535-
CMYK0.6300.700.55
HSL114º53.33%29.41%-
HSV(B)114º69.57%45.1%-
XYZ7.4312.93.69-
YUV84.35100.1598.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=22.28%
G=59.59%
B=18.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43115350.6300.700.5511453.3329.41
Hex2B73233F0463772351d
Octal5316343770106671626535
Binary101011111001110001111111101000110110111111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B7323;
 }
 .AnyTagClassName
 {
   color: #2B7323;
 }
</style>
background-color css

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

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

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

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

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

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