Html Css Color HEX #02892F Dark Spring Green

📋 copy color: '#02892F'

red 2 ◦ green 137 ◦ blue 47

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

Shades of Dark Spring Green #02892F

Tints of Dark Spring Green #02892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 73.66%

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 1.08%
G = 73.66%
B = 25.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#02892F (or 0x02892F) is known color: Dark Spring Green. HEX triplet: 02, 89 and 2F. RGB value is (2,137,47). Sum of RGB (Red+Green+Blue) = 2+137+47=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 137 (53.91% from 255 or 73.66% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 137 - color contains mainly: green. Hex color #02892F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02892F is #FD76D0. Grayscale: #565656. Windows color (decimal): -16611025 or 3115266. OLE color: 3115266.

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

Color convert

RGB 2 137 47 -
CMYK 0.99 0 0.66 0.46
HSL 140º 0.97% 0.27% -
HSV(B) 140º 0.99% 0.54% -
XYZ 9.48 18.11 5.68 -
YUV 86.38 105.77 67.82 -
System Red Green Blue C M Y K H S L
Decimal 2 137 47 0.99 0 0.66 0.46 140 0.97 0.27
Hex 2 89 2F 63 0 42 2E 8C 61 1B
Octal 2 211 57 143 0 102 56 214 141 33
Binary 10 10001001 101111 1100011 0 1000010 101110 10001100 1100001 11011

Color Harmonies of #02892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02892F

Black with #02892F

Text Example


Text Example

White with #02892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02892F; }

 p { color: rgb(2,137,47); }

 H1.HeaderClassName
 {
   color: #02892F;
 }
 .AnyTagClassName
 {
   color: #02892F;
 }
</style>

background-color css

<style>
 a { background-color: #02892F; }

 a { background-color: rgb(2,137,47); }

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

border-color css

<style>
 span { border-color: #02892F; }

 span { border-color: rgb(2,137,47); }

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