Html Css Color HEX #02833C Dark Spring Green

📋 copy color: '#02833C'

red 2 ◦ green 131 ◦ blue 60

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

Shades of Dark Spring Green #02833C

Tints of Dark Spring Green #02833C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.09%

R = 1.04%
G = 67.88%
B = 31.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#02833C (or 0x02833C) is known color: Dark Spring Green. HEX triplet: 02, 83 and 3C. RGB value is (2,131,60). Sum of RGB (Red+Green+Blue) = 2+131+60=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 131 (51.56% from 255 or 67.88% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 131 - color contains mainly: green. Hex color #02833C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02833C is #FD7CC3. Grayscale: #545454. Windows color (decimal): -16612548 or 3965698. OLE color: 3965698.

HSL color Cylindrical-coordinate representation of color #02833C: hue angle of 146.98º 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 #02833C is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 131 60 -
CMYK 0.98 0 0.54 0.49
HSL 146.98º 0.97% 0.26% -
HSV(B) 146.98º 0.98% 0.51% -
XYZ 8.96 16.57 7 -
YUV 84.34 114.26 69.27 -
System Red Green Blue C M Y K H S L
Decimal 2 131 60 0.98 0 0.54 0.49 146.98 0.97 0.26
Hex 2 83 3C 62 0 36 31 93 61 1A
Octal 2 203 74 142 0 66 61 223 141 32
Binary 10 10000011 111100 1100010 0 110110 110001 10010011 1100001 11010

Color Harmonies of #02833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02833C

Black with #02833C

Text Example


Text Example

White with #02833C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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