Html Css Color HEX #02842C Dark Spring Green

📋 copy color: '#02842C'

red 2 ◦ green 132 ◦ blue 44

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

Shades of Dark Spring Green #02842C

Tints of Dark Spring Green #02842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 74.16%

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

R = 1.12%
G = 74.16%
B = 24.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#02842C (or 0x02842C) is known color: Dark Spring Green. HEX triplet: 02, 84 and 2C. RGB value is (2,132,44). Sum of RGB (Red+Green+Blue) = 2+132+44=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #02842C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02842C is #FD7BD3. Grayscale: #535353. Windows color (decimal): -16612308 or 2917378. OLE color: 2917378.

HSL color Cylindrical-coordinate representation of color #02842C: hue angle of 139.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02842C is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 132 44 -
CMYK 0.98 0 0.67 0.48
HSL 139.38º 0.97% 0.26% -
HSV(B) 139.38º 0.98% 0.52% -
XYZ 8.73 16.7 5.15 -
YUV 83.1 105.93 70.16 -
System Red Green Blue C M Y K H S L
Decimal 2 132 44 0.98 0 0.67 0.48 139.38 0.97 0.26
Hex 2 84 2C 62 0 43 30 8B 61 1A
Octal 2 204 54 142 0 103 60 213 141 32
Binary 10 10000100 101100 1100010 0 1000011 110000 10001011 1100001 11010

Color Harmonies of #02842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02842C

Black with #02842C

Text Example


Text Example

White with #02842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02842C; }

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

 H1.HeaderClassName
 {
   color: #02842C;
 }
 .AnyTagClassName
 {
   color: #02842C;
 }
</style>

background-color css

<style>
 a { background-color: #02842C; }

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

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

border-color css

<style>
 span { border-color: #02842C; }

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

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