#03CA2C

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

Shades of Dark Pastel Green #03CA2C

Tints of Dark Pastel Green #03CA2C

Color information

#03CA2C (or 0x03CA2C) is unknown color: approx Dark Pastel Green. HEX triplet: 03, CA and 2C. RGB value is (3,202,44). Sum of RGB (Red+Green+Blue) = 3+202+44=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CA2C is #FC35D3. Grayscale: #7C7C7C. Windows color (decimal): -16528852 or 2935299. OLE color: 2935299.

HSL color Cylindrical-coordinate representation of color #03CA2C: hue angle of 132.36º degrees, saturation: 0.97, 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 #03CA2C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB320244-
CMYK0.9900.780.21
HSL132.36º97.07%40.2%-
HSV(B)132.36º98.51%79.22%-
XYZ21.6142.449.44-
YUV124.4982.5741.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 202 (79.30% from 255) = 81.12%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=1.20%
G=81.12%
B=17.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3202440.9900.780.21132.3697.0740.2
Hex3CA2C6304E15846128
Octal33125414301162520414150
Binary111100101010110011000110100111010101100001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03CA2C; }

 p { color: rgb(3,202,44); }

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

<style>
 a { background-color: #03CA2C; }

 a { background-color: rgb(3,202,44); }

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

<style>
 span { border-color: #03CA2C; }

 span { border-color: rgb(3,202,44); }

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