Html Css Color HEX #02BD2C Dark Pastel Green

📋 copy color: '#02BD2C'

red 2 ◦ green 189 ◦ blue 44

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

Shades of Dark Pastel Green #02BD2C

Tints of Dark Pastel Green #02BD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 0.85%
G = 80.43%
B = 18.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#02BD2C (or 0x02BD2C) is known color: Dark Pastel Green. HEX triplet: 02, BD and 2C. RGB value is (2,189,44). Sum of RGB (Red+Green+Blue) = 2+189+44=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 189 (74.22% from 255 or 80.43% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BD2C is #FD42D3. Grayscale: #747474. Windows color (decimal): -16597716 or 2931970. OLE color: 2931970.

HSL color Cylindrical-coordinate representation of color #02BD2C: hue angle of 133.48º 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 #02BD2C is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 189 44 -
CMYK 0.99 0 0.77 0.26
HSL 133.48º 0.98% 0.37% -
HSV(B) 133.48º 0.99% 0.74% -
XYZ 18.68 36.59 8.46 -
YUV 116.56 87.05 46.29 -
System Red Green Blue C M Y K H S L
Decimal 2 189 44 0.99 0 0.77 0.26 133.48 0.98 0.37
Hex 2 BD 2C 63 0 4D 1A 85 62 25
Octal 2 275 54 143 0 115 32 205 142 45
Binary 10 10111101 101100 1100011 0 1001101 11010 10000101 1100010 100101

Color Harmonies of #02BD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD2C

Black with #02BD2C

Text Example


Text Example

White with #02BD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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