#03CB3A

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

Shades of Dark Pastel Green #03CB3A

Tints of Dark Pastel Green #03CB3A

Color information

#03CB3A (or 0x03CB3A) is unknown color: approx Dark Pastel Green. HEX triplet: 03, CB and 3A. RGB value is (3,203,58). Sum of RGB (Red+Green+Blue) = 3+203+58=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 203 (79.69% from 255 or 76.89% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CB3A is #FC34C5. Grayscale: #7F7F7F. Windows color (decimal): -16528582 or 3853059. OLE color: 3853059.

HSL color Cylindrical-coordinate representation of color #03CB3A: hue angle of 136.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CB3A is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB320358-
CMYK0.9900.710.20
HSL136.5º97.09%40.39%-
HSV(B)136.5º98.52%79.61%-
XYZ22.1643.0411.14-
YUV126.6789.2439.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 203 (79.69% from 255) = 76.89%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=1.14%
G=76.89%
B=21.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3203580.9900.710.20136.597.0940.39
Hex3CB3A6304714886128
Octal33137214301072421014150
Binary111100101111101011000110100011110100100010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,203,58); }

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

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

 a { background-color: rgb(3,203,58); }

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

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

 span { border-color: rgb(3,203,58); }

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