#03CB30

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

Shades of Dark Pastel Green #03CB30

Tints of Dark Pastel Green #03CB30

Color information

#03CB30 (or 0x03CB30) is unknown color: approx Dark Pastel Green. HEX triplet: 03, CB and 30. RGB value is (3,203,48). Sum of RGB (Red+Green+Blue) = 3+203+48=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CB30 is #FC34CF. Grayscale: #7D7D7D. Windows color (decimal): -16528592 or 3197699. OLE color: 3197699.

HSL color Cylindrical-coordinate representation of color #03CB30: hue angle of 133.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 #03CB30 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB320348-
CMYK0.9900.760.20
HSL133.5º97.09%40.39%-
HSV(B)133.5º98.52%79.61%-
XYZ21.9342.949.93-
YUV125.5384.2440.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 203 (79.69% from 255) = 79.92%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=1.18%
G=79.92%
B=18.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3203480.9900.760.20133.597.0940.39
Hex3CB306304C14866128
Octal33136014301142420614150
Binary111100101111000011000110100110010100100001101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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