#2C8533

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

Shades of Japanese Laurel #2C8533

Tints of Japanese Laurel #2C8533

Color information

#2C8533 (or 0x2C8533) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 85 and 33. RGB value is (44,133,51). Sum of RGB (Red+Green+Blue) = 44+133+51=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8533 is #D37ACC. Grayscale: #616161. Windows color (decimal): -13859533 or 3376428. OLE color: 3376428.

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

Color convert

RGB4413351-
CMYK0.6700.620.48
HSL124.72º50.28%34.71%-
HSV(B)124.72º66.92%52.16%-
XYZ10.0217.555.99-
YUV97.04102.0190.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 133 (52.34% from 255) = 58.33%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=19.30%
G=58.33%
B=22.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44133510.6700.620.48124.7250.2834.71
Hex2C85334303E307d3223
Octal5420563103076601756243
Binary10110010000101110011100001101111101100001111101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,133,51); }

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

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

 a { background-color: rgb(44,133,51); }

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

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

 span { border-color: rgb(44,133,51); }

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