#2B8934

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

Shades of Japanese Laurel #2B8934

Tints of Japanese Laurel #2B8934

Color information

#2B8934 (or 0x2B8934) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 89 and 34. RGB value is (43,137,52). Sum of RGB (Red+Green+Blue) = 43+137+52=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8934 is #D476CB. Grayscale: #636363. Windows color (decimal): -13924044 or 3442987. OLE color: 3442987.

HSL color Cylindrical-coordinate representation of color #2B8934: hue angle of 125.74º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8934 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB4313752-
CMYK0.6900.620.46
HSL125.74º52.22%35.29%-
HSV(B)125.74º68.61%53.73%-
XYZ10.5618.656.29-
YUV99.2101.3687.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.53%
GREEN value IS 137 (53.91% from 255) = 59.05%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=18.53%
G=59.05%
B=22.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43137520.6900.620.46125.7452.2235.29
Hex2B89344503E2E7e3423
Octal5321164105076561766443
Binary10101110001001110100100010101111101011101111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,137,52); }

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

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

 a { background-color: rgb(43,137,52); }

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

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

 span { border-color: rgb(43,137,52); }

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