Html Css Color HEX #02853B Dark Spring Green

📋 copy color: '#02853B'

red 2 ◦ green 133 ◦ blue 59

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

Shades of Dark Spring Green #02853B

Tints of Dark Spring Green #02853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.41%

R = 1.03%
G = 68.56%
B = 30.41%

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

#02853B (or 0x02853B) is known color: Dark Spring Green. HEX triplet: 02, 85 and 3B. RGB value is (2,133,59). Sum of RGB (Red+Green+Blue) = 2+133+59=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #02853B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02853B is #FD7AC4. Grayscale: #555555. Windows color (decimal): -16612037 or 3900674. OLE color: 3900674.

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

Color convert

RGB 2 133 59 -
CMYK 0.98 0 0.56 0.48
HSL 146.11º 0.97% 0.26% -
HSV(B) 146.11º 0.98% 0.52% -
XYZ 9.2 17.1 6.95 -
YUV 85.4 113.1 68.52 -
System Red Green Blue C M Y K H S L
Decimal 2 133 59 0.98 0 0.56 0.48 146.11 0.97 0.26
Hex 2 85 3B 62 0 38 30 92 61 1A
Octal 2 205 73 142 0 70 60 222 141 32
Binary 10 10000101 111011 1100010 0 111000 110000 10010010 1100001 11010

Color Harmonies of #02853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02853B

Black with #02853B

Text Example


Text Example

White with #02853B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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