Html Css Color HEX #03BD23 Dark Pastel Green

📋 copy color: '#03BD23'

red 3 ◦ green 189 ◦ blue 35

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

Shades of Dark Pastel Green #03BD23

Tints of Dark Pastel Green #03BD23

RGB

 RED value IS 3 (1.56% from 255) = 1.32%

 GREEN value IS 189 (74.22% from 255) = 83.26%

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 1.32%
G = 83.26%
B = 15.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#03BD23 (or 0x03BD23) is known color: Dark Pastel Green. HEX triplet: 03, BD and 23. RGB value is (3,189,35). Sum of RGB (Red+Green+Blue) = 3+189+35=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 189 (74.22% from 255 or 83.26% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD23 is #FC42DC. Grayscale: #747474. Windows color (decimal): -16532189 or 2342147. OLE color: 2342147.

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

Color convert

RGB 3 189 35 -
CMYK 0.98 0 0.81 0.26
HSL 130.32º 0.97% 0.38% -
HSV(B) 130.32º 0.98% 0.74% -
XYZ 18.54 36.54 7.67 -
YUV 115.83 82.38 47.52 -
System Red Green Blue C M Y K H S L
Decimal 3 189 35 0.98 0 0.81 0.26 130.32 0.97 0.38
Hex 3 BD 23 62 0 51 1A 82 61 26
Octal 3 275 43 142 0 121 32 202 141 46
Binary 11 10111101 100011 1100010 0 1010001 11010 10000010 1100001 100110

Color Harmonies of #03BD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD23

Black with #03BD23

Text Example


Text Example

White with #03BD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,35); }

 H1.HeaderClassName
 {
   color: #03BD23;
 }
 .AnyTagClassName
 {
   color: #03BD23;
 }
</style>

background-color css

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

 a { background-color: rgb(3,189,35); }

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

border-color css

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

 span { border-color: rgb(3,189,35); }

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