Html Css Color HEX #02B93C Dark Pastel Green

📋 copy color: '#02B93C'

red 2 ◦ green 185 ◦ blue 60

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

Shades of Dark Pastel Green #02B93C

Tints of Dark Pastel Green #02B93C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 74.9%

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 0.81%
G = 74.9%
B = 24.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#02B93C (or 0x02B93C) is known color: Dark Pastel Green. HEX triplet: 02, B9 and 3C. RGB value is (2,185,60). Sum of RGB (Red+Green+Blue) = 2+185+60=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 185 (72.66% from 255 or 74.90% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 185 - color contains mainly: green. Hex color #02B93C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B93C is #FD46C3. Grayscale: #747474. Windows color (decimal): -16598724 or 3979522. OLE color: 3979522.

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

Color convert

RGB 2 185 60 -
CMYK 0.99 0 0.68 0.27
HSL 139.02º 0.98% 0.37% -
HSV(B) 139.02º 0.99% 0.73% -
XYZ 18.19 35.04 10.08 -
YUV 116.03 96.37 46.66 -
System Red Green Blue C M Y K H S L
Decimal 2 185 60 0.99 0 0.68 0.27 139.02 0.98 0.37
Hex 2 B9 3C 63 0 44 1B 8B 62 25
Octal 2 271 74 143 0 104 33 213 142 45
Binary 10 10111001 111100 1100011 0 1000100 11011 10001011 1100010 100101

Color Harmonies of #02B93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B93C

Black with #02B93C

Text Example


Text Example

White with #02B93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,185,60); }

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

background-color css

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

 a { background-color: rgb(2,185,60); }

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

border-color css

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

 span { border-color: rgb(2,185,60); }

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