Html Css Color HEX #03BB2B Dark Pastel Green

📋 copy color: '#03BB2B'

red 3 ◦ green 187 ◦ blue 43

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

Shades of Dark Pastel Green #03BB2B

Tints of Dark Pastel Green #03BB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 1.29%
G = 80.26%
B = 18.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#03BB2B (or 0x03BB2B) is known color: Dark Pastel Green. HEX triplet: 03, BB and 2B. RGB value is (3,187,43). Sum of RGB (Red+Green+Blue) = 3+187+43=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 187 (73.44% from 255 or 80.26% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BB2B is #FC44D4. Grayscale: #737373. Windows color (decimal): -16532693 or 2865923. OLE color: 2865923.

HSL color Cylindrical-coordinate representation of color #03BB2B: hue angle of 133.04º 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 #03BB2B is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 187 43 -
CMYK 0.98 0 0.77 0.27
HSL 133.04º 0.97% 0.37% -
HSV(B) 133.04º 0.98% 0.73% -
XYZ 18.24 35.73 8.22 -
YUV 115.57 87.04 47.71 -
System Red Green Blue C M Y K H S L
Decimal 3 187 43 0.98 0 0.77 0.27 133.04 0.97 0.37
Hex 3 BB 2B 62 0 4D 1B 85 61 25
Octal 3 273 53 142 0 115 33 205 141 45
Binary 11 10111011 101011 1100010 0 1001101 11011 10000101 1100001 100101

Color Harmonies of #03BB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BB2B

Black with #03BB2B

Text Example


Text Example

White with #03BB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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