Html Css Color HEX #02862B Dark Spring Green

📋 copy color: '#02862B'

red 2 ◦ green 134 ◦ blue 43

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

Shades of Dark Spring Green #02862B

Tints of Dark Spring Green #02862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 74.86%

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 1.12%
G = 74.86%
B = 24.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#02862B (or 0x02862B) is known color: Dark Spring Green. HEX triplet: 02, 86 and 2B. RGB value is (2,134,43). Sum of RGB (Red+Green+Blue) = 2+134+43=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 134 (52.73% from 255 or 74.86% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 134 - color contains mainly: green. Hex color #02862B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02862B is #FD79D4. Grayscale: #545454. Windows color (decimal): -16611797 or 2852354. OLE color: 2852354.

HSL color Cylindrical-coordinate representation of color #02862B: hue angle of 138.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02862B is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 134 43 -
CMYK 0.99 0 0.68 0.47
HSL 138.64º 0.97% 0.27% -
HSV(B) 138.64º 0.99% 0.53% -
XYZ 8.99 17.24 5.14 -
YUV 84.16 104.77 69.4 -
System Red Green Blue C M Y K H S L
Decimal 2 134 43 0.99 0 0.68 0.47 138.64 0.97 0.27
Hex 2 86 2B 63 0 44 2F 8B 61 1B
Octal 2 206 53 143 0 104 57 213 141 33
Binary 10 10000110 101011 1100011 0 1000100 101111 10001011 1100001 11011

Color Harmonies of #02862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02862B

Black with #02862B

Text Example


Text Example

White with #02862B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,134,43); }

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

background-color css

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

 a { background-color: rgb(2,134,43); }

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

border-color css

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

 span { border-color: rgb(2,134,43); }

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