Html Css Color HEX #02B547 Dark Pastel Green

📋 copy color: '#02B547'

red 2 ◦ green 181 ◦ blue 71

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

Shades of Dark Pastel Green #02B547

Tints of Dark Pastel Green #02B547

RGB

 RED value IS 2 (1.17% from 255) = 0.79%

 GREEN value IS 181 (71.09% from 255) = 71.26%

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 0.79%
G = 71.26%
B = 27.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#02B547 (or 0x02B547) is known color: Dark Pastel Green. HEX triplet: 02, B5 and 47. RGB value is (2,181,71). Sum of RGB (Red+Green+Blue) = 2+181+71=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 181 (71.09% from 255 or 71.26% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 181 - color contains mainly: green. Hex color #02B547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B547 is #FD4AB8. Grayscale: #737373. Windows color (decimal): -16599737 or 4699394. OLE color: 4699394.

HSL color Cylindrical-coordinate representation of color #02B547: hue angle of 143.13º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B547 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 181 71 -
CMYK 0.99 0 0.61 0.29
HSL 143.13º 0.98% 0.36% -
HSV(B) 143.13º 0.99% 0.71% -
XYZ 17.69 33.52 11.5 -
YUV 114.94 103.2 47.44 -
System Red Green Blue C M Y K H S L
Decimal 2 181 71 0.99 0 0.61 0.29 143.13 0.98 0.36
Hex 2 B5 47 63 0 3D 1D 8F 62 24
Octal 2 265 107 143 0 75 35 217 142 44
Binary 10 10110101 1000111 1100011 0 111101 11101 10001111 1100010 100100

Color Harmonies of #02B547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B547

Black with #02B547

Text Example


Text Example

White with #02B547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02B547; }

 p { color: rgb(2,181,71); }

 H1.HeaderClassName
 {
   color: #02B547;
 }
 .AnyTagClassName
 {
   color: #02B547;
 }
</style>

background-color css

<style>
 a { background-color: #02B547; }

 a { background-color: rgb(2,181,71); }

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

border-color css

<style>
 span { border-color: #02B547; }

 span { border-color: rgb(2,181,71); }

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