Html Css Color HEX #01892F Dark Spring Green

📋 copy color: '#01892F'

red 1 ◦ green 137 ◦ blue 47

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

Shades of Dark Spring Green #01892F

Tints of Dark Spring Green #01892F

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

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

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

R = 0.54%
G = 74.05%
B = 25.41%

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

#01892F (or 0x01892F) is known color: Dark Spring Green. HEX triplet: 01, 89 and 2F. RGB value is (1,137,47). Sum of RGB (Red+Green+Blue) = 1+137+47=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 137 (53.91% from 255 or 74.05% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 137 - color contains mainly: green. Hex color #01892F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01892F is #FE76D0. Grayscale: #565656. Windows color (decimal): -16676561 or 3115265. OLE color: 3115265.

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

Color convert

RGB 1 137 47 -
CMYK 0.99 0 0.66 0.46
HSL 140.29º 0.99% 0.27% -
HSV(B) 140.29º 0.99% 0.54% -
XYZ 9.47 18.1 5.68 -
YUV 86.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 1 137 47 0.99 0 0.66 0.46 140.29 0.99 0.27
Hex 1 89 2F 63 0 42 2E 8C 63 1B
Octal 1 211 57 143 0 102 56 214 143 33
Binary 1 10001001 101111 1100011 0 1000010 101110 10001100 1100011 11011

Color Harmonies of #01892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01892F

Black with #01892F

Text Example


Text Example

White with #01892F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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