Html Css Color HEX #03BE2D Dark Pastel Green

📋 copy color: '#03BE2D'

red 3 ◦ green 190 ◦ blue 45

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

Shades of Dark Pastel Green #03BE2D

Tints of Dark Pastel Green #03BE2D

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 value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#03BE2D (or 0x03BE2D) is known color: 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

RGB 3 190 45 -
CMYK 0.98 0 0.76 0.25
HSL 133.48º 0.97% 0.38% -
HSV(B) 133.48º 0.98% 0.75% -
XYZ 18.92 37.04 8.63 -
YUV 117.56 87.05 46.29 -
System Red Green Blue C M Y K H S L
Decimal 3 190 45 0.98 0 0.76 0.25 133.48 0.97 0.38
Hex 3 BE 2D 62 0 4C 19 85 61 26
Octal 3 276 55 142 0 114 31 205 141 46
Binary 11 10111110 101101 1100010 0 1001100 11001 10000101 1100001 100110

Color Harmonies of #03BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BE2D

Black with #03BE2D

Text Example


Text Example

White with #03BE2D

Text Example


Text Example

HTML Codes & Css Web 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>