#2B7A33

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

Shades of Japanese Laurel #2B7A33

Tints of Japanese Laurel #2B7A33

Color information

#2B7A33 (or 0x2B7A33) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7A and 33. RGB value is (43,122,51). Sum of RGB (Red+Green+Blue) = 43+122+51=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A33 is #D485CC. Grayscale: #5A5A5A. Windows color (decimal): -13927885 or 3373611. OLE color: 3373611.

HSL color Cylindrical-coordinate representation of color #2B7A33: hue angle of 126.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A33 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB4312251-
CMYK0.6500.580.52
HSL126.08º47.88%32.35%-
HSV(B)126.08º64.75%47.84%-
XYZ8.5514.675.51-
YUV90.28105.8394.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 122 (48.05% from 255) = 56.48%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=19.91%
G=56.48%
B=23.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43122510.6500.580.52126.0847.8832.35
Hex2B7A334103A347e3020
Octal5317263101072641766040
Binary1010111111010110011100000101110101101001111110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,51); }

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

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

 a { background-color: rgb(43,122,51); }

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

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

 span { border-color: rgb(43,122,51); }

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