#02CB34

Color #02CB34 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02CB34

Tints of Dark Pastel Green #02CB34

Color information

#02CB34 (or 0x02CB34) is unknown color: approx Dark Pastel Green. HEX triplet: 02, CB and 34. RGB value is (2,203,52). Sum of RGB (Red+Green+Blue) = 2+203+52=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB34 is #FD34CB. Grayscale: #7E7E7E. Windows color (decimal): -16594124 or 3459842. OLE color: 3459842.

HSL color Cylindrical-coordinate representation of color #02CB34: hue angle of 134.93º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB34 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB220352-
CMYK0.9900.740.20
HSL134.93º98.05%40.2%-
HSV(B)134.93º99.01%79.61%-
XYZ2242.9710.38-
YUV125.6986.4139.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 203 (79.69% from 255) = 78.99%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=0.78%
G=78.99%
B=20.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2203520.9900.740.20134.9398.0540.2
Hex2CB346304A14876228
Octal23136414301122420714250
Binary101100101111010011000110100101010100100001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02CB34; }

 p { color: rgb(2,203,52); }

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

<style>
 a { background-color: #02CB34; }

 a { background-color: rgb(2,203,52); }

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

<style>
 span { border-color: #02CB34; }

 span { border-color: rgb(2,203,52); }

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