#2B7928

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

Shades of Japanese Laurel #2B7928

Tints of Japanese Laurel #2B7928

Color information

#2B7928 (or 0x2B7928) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 79 and 28. RGB value is (43,121,40). Sum of RGB (Red+Green+Blue) = 43+121+40=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7928 is #D486D7. Grayscale: #585858. Windows color (decimal): -13928152 or 2652459. OLE color: 2652459.

HSL color Cylindrical-coordinate representation of color #2B7928: hue angle of 117.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B7928 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB4312140-
CMYK0.6400.670.53
HSL117.78º50.31%31.57%-
HSV(B)117.78º66.94%47.45%-
XYZ8.2214.344.34-
YUV88.44100.6695.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 121 (47.66% from 255) = 59.31%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=21.08%
G=59.31%
B=19.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43121400.6400.670.53117.7850.3131.57
Hex2B79284004335763220
Octal53171501000103651666240
Binary10101111110011010001000000010000111101011110110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,121,40); }

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

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

 a { background-color: rgb(43,121,40); }

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

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

 span { border-color: rgb(43,121,40); }

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