#03CF35

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

Shades of Dark Pastel Green #03CF35

Tints of Dark Pastel Green #03CF35

Color information

#03CF35 (or 0x03CF35) is unknown color: approx Dark Pastel Green. HEX triplet: 03, CF and 35. RGB value is (3,207,53). Sum of RGB (Red+Green+Blue) = 3+207+53=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CF35 is #FC30CA. Grayscale: #808080. Windows color (decimal): -16527563 or 3526403. OLE color: 3526403.

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

Color convert

RGB320753-
CMYK0.9900.740.19
HSL134.71º97.14%41.18%-
HSV(B)134.71º98.55%81.18%-
XYZ22.9944.910.82-
YUV128.4585.4138.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 207 (81.25% from 255) = 78.71%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=1.14%
G=78.71%
B=20.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3207530.9900.740.19134.7197.1441.18
Hex3CF356304A13876129
Octal33176514301122320714151
Binary111100111111010111000110100101010011100001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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