Html Css Color HEX #02BC1D Dark Pastel Green

📋 copy color: '#02BC1D'

red 2 ◦ green 188 ◦ blue 29

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

Shades of Dark Pastel Green #02BC1D

Tints of Dark Pastel Green #02BC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 85.84%

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 0.91%
G = 85.84%
B = 13.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#02BC1D (or 0x02BC1D) is known color: Dark Pastel Green. HEX triplet: 02, BC and 1D. RGB value is (2,188,29). Sum of RGB (Red+Green+Blue) = 2+188+29=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 188 (73.83% from 255 or 85.84% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC1D is #FD43E2. Grayscale: #727272. Windows color (decimal): -16597987 or 1948674. OLE color: 1948674.

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

Color convert

RGB 2 188 29 -
CMYK 0.99 0 0.85 0.26
HSL 128.71º 0.98% 0.37% -
HSV(B) 128.71º 0.99% 0.74% -
XYZ 18.23 36.07 7.16 -
YUV 114.26 79.88 47.93 -
System Red Green Blue C M Y K H S L
Decimal 2 188 29 0.99 0 0.85 0.26 128.71 0.98 0.37
Hex 2 BC 1D 63 0 55 1A 81 62 25
Octal 2 274 35 143 0 125 32 201 142 45
Binary 10 10111100 11101 1100011 0 1010101 11010 10000001 1100010 100101

Color Harmonies of #02BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC1D

Black with #02BC1D

Text Example


Text Example

White with #02BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,188,29); }

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

background-color css

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

 a { background-color: rgb(2,188,29); }

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

border-color css

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

 span { border-color: rgb(2,188,29); }

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