Html Css Color HEX #02BD4A Dark Pastel Green

📋 copy color: '#02BD4A'

red 2 ◦ green 189 ◦ blue 74

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

Shades of Dark Pastel Green #02BD4A

Tints of Dark Pastel Green #02BD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 71.32%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 0.75%
G = 71.32%
B = 27.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#02BD4A (or 0x02BD4A) is known color: Dark Pastel Green. HEX triplet: 02, BD and 4A. RGB value is (2,189,74). Sum of RGB (Red+Green+Blue) = 2+189+74=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BD4A is #FD42B5. Grayscale: #787878. Windows color (decimal): -16597686 or 4898050. OLE color: 4898050.

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

Color convert

RGB 2 189 74 -
CMYK 0.99 0 0.61 0.26
HSL 143.1º 0.98% 0.37% -
HSV(B) 143.1º 0.99% 0.74% -
XYZ 19.46 36.9 12.58 -
YUV 119.98 102.05 43.85 -
System Red Green Blue C M Y K H S L
Decimal 2 189 74 0.99 0 0.61 0.26 143.1 0.98 0.37
Hex 2 BD 4A 63 0 3D 1A 8F 62 25
Octal 2 275 112 143 0 75 32 217 142 45
Binary 10 10111101 1001010 1100011 0 111101 11010 10001111 1100010 100101

Color Harmonies of #02BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD4A

Black with #02BD4A

Text Example


Text Example

White with #02BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,189,74); }

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

background-color css

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

 a { background-color: rgb(2,189,74); }

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

border-color css

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

 span { border-color: rgb(2,189,74); }

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