Html Css Color HEX #03B334 Dark Pastel Green

📋 copy color: '#03B334'

red 3 ◦ green 179 ◦ blue 52

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

Shades of Dark Pastel Green #03B334

Tints of Dark Pastel Green #03B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 76.5%

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 1.28%
G = 76.5%
B = 22.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#03B334 (or 0x03B334) is known color: Dark Pastel Green. HEX triplet: 03, B3 and 34. RGB value is (3,179,52). Sum of RGB (Red+Green+Blue) = 3+179+52=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 179 (70.31% from 255 or 76.50% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 179 - color contains mainly: green. Hex color #03B334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B334 is #FC4CCB. Grayscale: #707070. Windows color (decimal): -16534732 or 3453699. OLE color: 3453699.

HSL color Cylindrical-coordinate representation of color #03B334: hue angle of 136.7º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B334 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 179 52 -
CMYK 0.98 0 0.71 0.30
HSL 136.7º 0.97% 0.36% -
HSV(B) 136.7º 0.98% 0.7% -
XYZ 16.78 32.51 8.64 -
YUV 111.9 94.19 50.33 -
System Red Green Blue C M Y K H S L
Decimal 3 179 52 0.98 0 0.71 0.30 136.7 0.97 0.36
Hex 3 B3 34 62 0 47 1E 89 61 24
Octal 3 263 64 142 0 107 36 211 141 44
Binary 11 10110011 110100 1100010 0 1000111 11110 10001001 1100001 100100

Color Harmonies of #03B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B334

Black with #03B334

Text Example


Text Example

White with #03B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,179,52); }

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

background-color css

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

 a { background-color: rgb(3,179,52); }

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

border-color css

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

 span { border-color: rgb(3,179,52); }

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