#02CA2B

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

Shades of Dark Pastel Green #02CA2B

Tints of Dark Pastel Green #02CA2B

Color information

#02CA2B (or 0x02CA2B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, CA and 2B. RGB value is (2,202,43). Sum of RGB (Red+Green+Blue) = 2+202+43=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CA2B is #FD35D4. Grayscale: #7C7C7C. Windows color (decimal): -16594389 or 2869762. OLE color: 2869762.

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

Color convert

RGB220243-
CMYK0.9900.790.21
HSL132.3º98.04%40%-
HSV(B)132.3º99.01%79.22%-
XYZ21.5842.439.34-
YUV124.0782.2440.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 202 (79.30% from 255) = 81.78%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=0.81%
G=81.78%
B=17.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2202430.9900.790.21132.398.0440
Hex2CA2B6304F15846228
Octal23125314301172520414250
Binary101100101010101111000110100111110101100001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,202,43); }

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

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

 a { background-color: rgb(2,202,43); }

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

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

 span { border-color: rgb(2,202,43); }

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