#03BE2D

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

Shades of Dark Pastel Green #03BE2D

Tints of Dark Pastel Green #03BE2D

Color information

#03BE2D (or 0x03BE2D) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BE and 2D. RGB value is (3,190,45). Sum of RGB (Red+Green+Blue) = 3+190+45=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 190 (74.61% from 255 or 79.83% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BE2D is #FC41D2. Grayscale: #757575. Windows color (decimal): -16531923 or 2997763. OLE color: 2997763.

HSL color Cylindrical-coordinate representation of color #03BE2D: hue angle of 133.48º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BE2D is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB319045-
CMYK0.9800.760.25
HSL133.48º96.89%37.84%-
HSV(B)133.48º98.42%74.51%-
XYZ18.9237.048.63-
YUV117.5687.0546.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 190 (74.61% from 255) = 79.83%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=1.26%
G=79.83%
B=18.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3190450.9800.760.25133.4896.8937.84
Hex3BE2D6204C19856126
Octal32765514201143120514146
Binary111011111010110111000100100110011001100001011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,190,45); }

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

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

 a { background-color: rgb(3,190,45); }

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

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

 span { border-color: rgb(3,190,45); }

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