Html Css Color HEX #02832A Dark Spring Green

📋 copy color: '#02832A'

red 2 ◦ green 131 ◦ blue 42

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

Shades of Dark Spring Green #02832A

Tints of Dark Spring Green #02832A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 74.86%

 BLUE value IS 42 (16.8% from 255) = 24%

R = 1.14%
G = 74.86%
B = 24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#02832A (or 0x02832A) is known color: Dark Spring Green. HEX triplet: 02, 83 and 2A. RGB value is (2,131,42). Sum of RGB (Red+Green+Blue) = 2+131+42=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 131 (51.56% from 255 or 74.86% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 131 - color contains mainly: green. Hex color #02832A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02832A is #FD7CD5. Grayscale: #525252. Windows color (decimal): -16612566 or 2786050. OLE color: 2786050.

HSL color Cylindrical-coordinate representation of color #02832A: hue angle of 138.6º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02832A is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 131 42 -
CMYK 0.98 0 0.68 0.49
HSL 138.6º 0.97% 0.26% -
HSV(B) 138.6º 0.98% 0.51% -
XYZ 8.56 16.41 4.91 -
YUV 82.28 105.26 70.74 -
System Red Green Blue C M Y K H S L
Decimal 2 131 42 0.98 0 0.68 0.49 138.6 0.97 0.26
Hex 2 83 2A 62 0 44 31 8B 61 1A
Octal 2 203 52 142 0 104 61 213 141 32
Binary 10 10000011 101010 1100010 0 1000100 110001 10001011 1100001 11010

Color Harmonies of #02832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02832A

Black with #02832A

Text Example


Text Example

White with #02832A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,131,42); }

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

background-color css

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

 a { background-color: rgb(2,131,42); }

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

border-color css

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

 span { border-color: rgb(2,131,42); }

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