Html Css Color HEX #02D735 Dark Pastel Green

📋 copy color: '#02D735'

red 2 ◦ green 215 ◦ blue 53

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

Shades of Dark Pastel Green #02D735

Tints of Dark Pastel Green #02D735

RGB

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

 GREEN value IS 215 (84.38% from 255) = 79.63%

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 0.74%
G = 79.63%
B = 19.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#02D735 (or 0x02D735) is known color: Dark Pastel Green. HEX triplet: 02, D7 and 35. RGB value is (2,215,53). Sum of RGB (Red+Green+Blue) = 2+215+53=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 215 (84.38% from 255 or 79.63% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 215 - color contains mainly: green. Hex color #02D735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D735 is #FD28CA. Grayscale: #858585. Windows color (decimal): -16591051 or 3528450. OLE color: 3528450.

HSL color Cylindrical-coordinate representation of color #02D735: hue angle of 134.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D735 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 215 53 -
CMYK 0.99 0 0.75 0.16
HSL 134.37º 0.98% 0.43% -
HSV(B) 134.37º 0.99% 0.84% -
XYZ 24.97 48.87 11.49 -
YUV 132.85 82.93 34.67 -
System Red Green Blue C M Y K H S L
Decimal 2 215 53 0.99 0 0.75 0.16 134.37 0.98 0.43
Hex 2 D7 35 63 0 4B 10 86 62 2B
Octal 2 327 65 143 0 113 20 206 142 53
Binary 10 11010111 110101 1100011 0 1001011 10000 10000110 1100010 101011

Color Harmonies of #02D735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D735

Black with #02D735

Text Example


Text Example

White with #02D735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,215,53); }

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

background-color css

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

 a { background-color: rgb(2,215,53); }

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

border-color css

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

 span { border-color: rgb(2,215,53); }

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