Html Css Color HEX #03CA1B Dark Pastel Green

📋 copy color: '#03CA1B'

red 3 ◦ green 202 ◦ blue 27

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

Shades of Dark Pastel Green #03CA1B

Tints of Dark Pastel Green #03CA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 1.29%
G = 87.07%
B = 11.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#03CA1B (or 0x03CA1B) is known color: Dark Pastel Green. HEX triplet: 03, CA and 1B. RGB value is (3,202,27). Sum of RGB (Red+Green+Blue) = 3+202+27=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 202 (79.30% from 255 or 87.07% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CA1B is #FC35E4. Grayscale: #7B7B7B. Windows color (decimal): -16528869 or 1821187. OLE color: 1821187.

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

Color convert

RGB 3 202 27 -
CMYK 0.99 0 0.87 0.21
HSL 127.24º 0.97% 0.4% -
HSV(B) 127.24º 0.99% 0.79% -
XYZ 21.36 42.34 8.08 -
YUV 122.55 74.07 42.73 -
System Red Green Blue C M Y K H S L
Decimal 3 202 27 0.99 0 0.87 0.21 127.24 0.97 0.4
Hex 3 CA 1B 63 0 57 15 7F 61 28
Octal 3 312 33 143 0 127 25 177 141 50
Binary 11 11001010 11011 1100011 0 1010111 10101 1111111 1100001 101000

Color Harmonies of #03CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CA1B

Black with #03CA1B

Text Example


Text Example

White with #03CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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