Html Css Color HEX #02882E Dark Spring Green

📋 copy color: '#02882E'

red 2 ◦ green 136 ◦ blue 46

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

Shades of Dark Spring Green #02882E

Tints of Dark Spring Green #02882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.91%

 BLUE value IS 46 (18.36% from 255) = 25%

R = 1.09%
G = 73.91%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#02882E (or 0x02882E) is known color: Dark Spring Green. HEX triplet: 02, 88 and 2E. RGB value is (2,136,46). Sum of RGB (Red+Green+Blue) = 2+136+46=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 136 (53.52% from 255 or 73.91% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 136 - color contains mainly: green. Hex color #02882E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02882E is #FD77D1. Grayscale: #555555. Windows color (decimal): -16611282 or 3049474. OLE color: 3049474.

HSL color Cylindrical-coordinate representation of color #02882E: hue angle of 139.7º 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 #02882E is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 46 -
CMYK 0.99 0 0.66 0.47
HSL 139.7º 0.97% 0.27% -
HSV(B) 139.7º 0.99% 0.53% -
XYZ 9.32 17.82 5.53 -
YUV 85.67 105.61 68.32 -
System Red Green Blue C M Y K H S L
Decimal 2 136 46 0.99 0 0.66 0.47 139.7 0.97 0.27
Hex 2 88 2E 63 0 42 2F 8C 61 1B
Octal 2 210 56 143 0 102 57 214 141 33
Binary 10 10001000 101110 1100011 0 1000010 101111 10001100 1100001 11011

Color Harmonies of #02882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02882E

Black with #02882E

Text Example


Text Example

White with #02882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02882E; }

 p { color: rgb(2,136,46); }

 H1.HeaderClassName
 {
   color: #02882E;
 }
 .AnyTagClassName
 {
   color: #02882E;
 }
</style>

background-color css

<style>
 a { background-color: #02882E; }

 a { background-color: rgb(2,136,46); }

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

border-color css

<style>
 span { border-color: #02882E; }

 span { border-color: rgb(2,136,46); }

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