Html Css Color HEX #02B749 Dark Pastel Green

📋 copy color: '#02B749'

red 2 ◦ green 183 ◦ blue 73

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

Shades of Dark Pastel Green #02B749

Tints of Dark Pastel Green #02B749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 70.93%

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 0.78%
G = 70.93%
B = 28.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#02B749 (or 0x02B749) is known color: Dark Pastel Green. HEX triplet: 02, B7 and 49. RGB value is (2,183,73). Sum of RGB (Red+Green+Blue) = 2+183+73=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #02B749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B749 is #FD48B6. Grayscale: #747474. Windows color (decimal): -16599223 or 4830978. OLE color: 4830978.

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

Color convert

RGB 2 183 73 -
CMYK 0.99 0 0.60 0.28
HSL 143.54º 0.98% 0.36% -
HSV(B) 143.54º 0.99% 0.72% -
XYZ 18.16 34.36 11.98 -
YUV 116.34 103.53 46.44 -
System Red Green Blue C M Y K H S L
Decimal 2 183 73 0.99 0 0.60 0.28 143.54 0.98 0.36
Hex 2 B7 49 63 0 3C 1C 90 62 24
Octal 2 267 111 143 0 74 34 220 142 44
Binary 10 10110111 1001001 1100011 0 111100 11100 10010000 1100010 100100

Color Harmonies of #02B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B749

Black with #02B749

Text Example


Text Example

White with #02B749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,183,73); }

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

background-color css

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

 a { background-color: rgb(2,183,73); }

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

border-color css

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

 span { border-color: rgb(2,183,73); }

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