Html Css Color HEX #02B23C Dark Pastel Green

📋 copy color: '#02B23C'

red 2 ◦ green 178 ◦ blue 60

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

Shades of Dark Pastel Green #02B23C

Tints of Dark Pastel Green #02B23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 74.17%

 BLUE value IS 60 (23.83% from 255) = 25%

R = 0.83%
G = 74.17%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#02B23C (or 0x02B23C) is known color: Dark Pastel Green. HEX triplet: 02, B2 and 3C. RGB value is (2,178,60). Sum of RGB (Red+Green+Blue) = 2+178+60=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #02B23C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02B23C is #FD4DC3. Grayscale: #707070. Windows color (decimal): -16600516 or 3977730. OLE color: 3977730.

HSL color Cylindrical-coordinate representation of color #02B23C: hue angle of 139.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B23C is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 178 60 -
CMYK 0.99 0 0.66 0.30
HSL 139.77º 0.98% 0.35% -
HSV(B) 139.77º 0.99% 0.7% -
XYZ 16.76 32.18 9.6 -
YUV 111.92 98.69 49.59 -
System Red Green Blue C M Y K H S L
Decimal 2 178 60 0.99 0 0.66 0.30 139.77 0.98 0.35
Hex 2 B2 3C 63 0 42 1E 8C 62 23
Octal 2 262 74 143 0 102 36 214 142 43
Binary 10 10110010 111100 1100011 0 1000010 11110 10001100 1100010 100011

Color Harmonies of #02B23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B23C

Black with #02B23C

Text Example


Text Example

White with #02B23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,178,60); }

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

background-color css

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

 a { background-color: rgb(2,178,60); }

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

border-color css

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

 span { border-color: rgb(2,178,60); }

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