Html Css Color HEX #03CA2B Dark Pastel Green

📋 copy color: '#03CA2B'

red 3 ◦ green 202 ◦ blue 43

#03CA2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #03CA2B

Tints of Dark Pastel Green #03CA2B

RGB

 RED value IS 3 (1.56% from 255) = 1.21%

 GREEN value IS 202 (79.3% from 255) = 81.45%

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 1.21%
G = 81.45%
B = 17.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#03CA2B (or 0x03CA2B) is known color: Dark Pastel Green. HEX triplet: 03, CA and 2B. RGB value is (3,202,43). Sum of RGB (Red+Green+Blue) = 3+202+43=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 202 (79.30% from 255 or 81.45% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CA2B is #FC35D4. Grayscale: #7C7C7C. Windows color (decimal): -16528853 or 2869763. OLE color: 2869763.

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

Color convert

RGB 3 202 43 -
CMYK 0.99 0 0.79 0.21
HSL 132.06º 0.97% 0.4% -
HSV(B) 132.06º 0.99% 0.79% -
XYZ 21.59 42.43 9.34 -
YUV 124.37 82.07 41.43 -
System Red Green Blue C M Y K H S L
Decimal 3 202 43 0.99 0 0.79 0.21 132.06 0.97 0.4
Hex 3 CA 2B 63 0 4F 15 84 61 28
Octal 3 312 53 143 0 117 25 204 141 50
Binary 11 11001010 101011 1100011 0 1001111 10101 10000100 1100001 101000

Color Harmonies of #03CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CA2B

Black with #03CA2B

Text Example


Text Example

White with #03CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03CA2B;
 }
 .AnyTagClassName
 {
   color: #03CA2B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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