Html Css Color HEX #02843A Dark Spring Green

📋 copy color: '#02843A'

red 2 ◦ green 132 ◦ blue 58

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

Shades of Dark Spring Green #02843A

Tints of Dark Spring Green #02843A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.21%

R = 1.04%
G = 68.75%
B = 30.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#02843A (or 0x02843A) is known color: Dark Spring Green. HEX triplet: 02, 84 and 3A. RGB value is (2,132,58). Sum of RGB (Red+Green+Blue) = 2+132+58=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #02843A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02843A is #FD7BC5. Grayscale: #545454. Windows color (decimal): -16612294 or 3834882. OLE color: 3834882.

HSL color Cylindrical-coordinate representation of color #02843A: hue angle of 145.85º 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 #02843A is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 132 58 -
CMYK 0.98 0 0.56 0.48
HSL 145.85º 0.97% 0.26% -
HSV(B) 145.85º 0.98% 0.52% -
XYZ 9.04 16.82 6.77 -
YUV 84.69 112.93 69.02 -
System Red Green Blue C M Y K H S L
Decimal 2 132 58 0.98 0 0.56 0.48 145.85 0.97 0.26
Hex 2 84 3A 62 0 38 30 92 61 1A
Octal 2 204 72 142 0 70 60 222 141 32
Binary 10 10000100 111010 1100010 0 111000 110000 10010010 1100001 11010

Color Harmonies of #02843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02843A

Black with #02843A

Text Example


Text Example

White with #02843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02843A; }

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

 H1.HeaderClassName
 {
   color: #02843A;
 }
 .AnyTagClassName
 {
   color: #02843A;
 }
</style>

background-color css

<style>
 a { background-color: #02843A; }

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

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

border-color css

<style>
 span { border-color: #02843A; }

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

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