Html Css Color HEX #02853A Dark Spring Green

📋 copy color: '#02853A'

red 2 ◦ green 133 ◦ blue 58

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

Shades of Dark Spring Green #02853A

Tints of Dark Spring Green #02853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 68.91%

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

R = 1.04%
G = 68.91%
B = 30.05%

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

#02853A (or 0x02853A) is known color: Dark Spring Green. HEX triplet: 02, 85 and 3A. RGB value is (2,133,58). Sum of RGB (Red+Green+Blue) = 2+133+58=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #02853A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02853A is #FD7AC5. Grayscale: #555555. Windows color (decimal): -16612038 or 3835138. OLE color: 3835138.

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

Color convert

RGB 2 133 58 -
CMYK 0.98 0 0.56 0.48
HSL 145.65º 0.97% 0.26% -
HSV(B) 145.65º 0.98% 0.52% -
XYZ 9.18 17.09 6.82 -
YUV 85.28 112.6 68.6 -
System Red Green Blue C M Y K H S L
Decimal 2 133 58 0.98 0 0.56 0.48 145.65 0.97 0.26
Hex 2 85 3A 62 0 38 30 92 61 1A
Octal 2 205 72 142 0 70 60 222 141 32
Binary 10 10000101 111010 1100010 0 111000 110000 10010010 1100001 11010

Color Harmonies of #02853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02853A

Black with #02853A

Text Example


Text Example

White with #02853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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