Html Css Color HEX #03BB44 Dark Pastel Green

📋 copy color: '#03BB44'

red 3 ◦ green 187 ◦ blue 68

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

Shades of Dark Pastel Green #03BB44

Tints of Dark Pastel Green #03BB44

RGB

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

 GREEN value IS 187 (73.44% from 255) = 72.48%

 BLUE value IS 68 (26.95% from 255) = 26.36%

R = 1.16%
G = 72.48%
B = 26.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#03BB44 (or 0x03BB44) is known color: Dark Pastel Green. HEX triplet: 03, BB and 44. RGB value is (3,187,68). Sum of RGB (Red+Green+Blue) = 3+187+68=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 187 (73.44% from 255 or 72.48% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BB44 is #FC44BB. Grayscale: #767676. Windows color (decimal): -16532668 or 4504323. OLE color: 4504323.

HSL color Cylindrical-coordinate representation of color #03BB44: hue angle of 141.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BB44 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 187 68 -
CMYK 0.98 0 0.64 0.27
HSL 141.2º 0.97% 0.37% -
HSV(B) 141.2º 0.98% 0.73% -
XYZ 18.85 35.98 11.42 -
YUV 118.42 99.54 45.68 -
System Red Green Blue C M Y K H S L
Decimal 3 187 68 0.98 0 0.64 0.27 141.2 0.97 0.37
Hex 3 BB 44 62 0 40 1B 8D 61 25
Octal 3 273 104 142 0 100 33 215 141 45
Binary 11 10111011 1000100 1100010 0 1000000 11011 10001101 1100001 100101

Color Harmonies of #03BB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BB44

Black with #03BB44

Text Example


Text Example

White with #03BB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,187,68); }

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

background-color css

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

 a { background-color: rgb(3,187,68); }

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

border-color css

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

 span { border-color: rgb(3,187,68); }

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