Html Css Color HEX #03CF2A Dark Pastel Green

📋 copy color: '#03CF2A'

red 3 ◦ green 207 ◦ blue 42

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

Shades of Dark Pastel Green #03CF2A

Tints of Dark Pastel Green #03CF2A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 82.14%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 1.19%
G = 82.14%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#03CF2A (or 0x03CF2A) is known color: Dark Pastel Green. HEX triplet: 03, CF and 2A. RGB value is (3,207,42). Sum of RGB (Red+Green+Blue) = 3+207+42=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CF2A is #FC30D5. Grayscale: #7F7F7F. Windows color (decimal): -16527574 or 2805507. OLE color: 2805507.

HSL color Cylindrical-coordinate representation of color #03CF2A: hue angle of 131.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CF2A is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 207 42 -
CMYK 0.99 0 0.80 0.19
HSL 131.47º 0.97% 0.41% -
HSV(B) 131.47º 0.99% 0.81% -
XYZ 22.77 44.81 9.64 -
YUV 127.19 79.91 39.42 -
System Red Green Blue C M Y K H S L
Decimal 3 207 42 0.99 0 0.80 0.19 131.47 0.97 0.41
Hex 3 CF 2A 63 0 50 13 83 61 29
Octal 3 317 52 143 0 120 23 203 141 51
Binary 11 11001111 101010 1100011 0 1010000 10011 10000011 1100001 101001

Color Harmonies of #03CF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CF2A

Black with #03CF2A

Text Example


Text Example

White with #03CF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,207,42); }

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

background-color css

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

 a { background-color: rgb(3,207,42); }

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

border-color css

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

 span { border-color: rgb(3,207,42); }

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