Html Css Color HEX #028A2D Dark Spring Green

📋 copy color: '#028A2D'

red 2 ◦ green 138 ◦ blue 45

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

Shades of Dark Spring Green #028A2D

Tints of Dark Spring Green #028A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 74.59%

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 1.08%
G = 74.59%
B = 24.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#028A2D (or 0x028A2D) is known color: Dark Spring Green. HEX triplet: 02, 8A and 2D. RGB value is (2,138,45). Sum of RGB (Red+Green+Blue) = 2+138+45=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 138 (54.30% from 255 or 74.59% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 138 - color contains mainly: green. Hex color #028A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028A2D is #FD75D2. Grayscale: #565656. Windows color (decimal): -16610771 or 2984450. OLE color: 2984450.

HSL color Cylindrical-coordinate representation of color #028A2D: hue angle of 138.97º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A2D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 138 45 -
CMYK 0.99 0 0.67 0.46
HSL 138.97º 0.97% 0.27% -
HSV(B) 138.97º 0.99% 0.54% -
XYZ 9.59 18.38 5.52 -
YUV 86.73 104.44 67.56 -
System Red Green Blue C M Y K H S L
Decimal 2 138 45 0.99 0 0.67 0.46 138.97 0.97 0.27
Hex 2 8A 2D 63 0 43 2E 8B 61 1B
Octal 2 212 55 143 0 103 56 213 141 33
Binary 10 10001010 101101 1100011 0 1000011 101110 10001011 1100001 11011

Color Harmonies of #028A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028A2D

Black with #028A2D

Text Example


Text Example

White with #028A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028A2D; }

 p { color: rgb(2,138,45); }

 H1.HeaderClassName
 {
   color: #028A2D;
 }
 .AnyTagClassName
 {
   color: #028A2D;
 }
</style>

background-color css

<style>
 a { background-color: #028A2D; }

 a { background-color: rgb(2,138,45); }

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

border-color css

<style>
 span { border-color: #028A2D; }

 span { border-color: rgb(2,138,45); }

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