Html Css Color HEX #02C730 Dark Pastel Green

📋 copy color: '#02C730'

red 2 ◦ green 199 ◦ blue 48

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

Shades of Dark Pastel Green #02C730

Tints of Dark Pastel Green #02C730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 79.92%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 0.8%
G = 79.92%
B = 19.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#02C730 (or 0x02C730) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 30. RGB value is (2,199,48). Sum of RGB (Red+Green+Blue) = 2+199+48=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 199 (78.12% from 255 or 79.92% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 199 - color contains mainly: green. Hex color #02C730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C730 is #FD38CF. Grayscale: #7B7B7B. Windows color (decimal): -16595152 or 3196674. OLE color: 3196674.

HSL color Cylindrical-coordinate representation of color #02C730: hue angle of 134.01º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C730 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 199 48 -
CMYK 0.99 0 0.76 0.22
HSL 134.01º 0.98% 0.39% -
HSV(B) 134.01º 0.99% 0.78% -
XYZ 20.98 41.07 9.62 -
YUV 122.88 85.73 41.78 -
System Red Green Blue C M Y K H S L
Decimal 2 199 48 0.99 0 0.76 0.22 134.01 0.98 0.39
Hex 2 C7 30 63 0 4C 16 86 62 27
Octal 2 307 60 143 0 114 26 206 142 47
Binary 10 11000111 110000 1100011 0 1001100 10110 10000110 1100010 100111

Color Harmonies of #02C730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C730

Black with #02C730

Text Example


Text Example

White with #02C730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,199,48); }

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

background-color css

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

 a { background-color: rgb(2,199,48); }

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

border-color css

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

 span { border-color: rgb(2,199,48); }

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