Html Css Color HEX #1A6F48 Dark Spring Green

📋 copy color: '#1A6F48'

red 26 ◦ green 111 ◦ blue 72

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

Shades of Dark Spring Green #1A6F48

Tints of Dark Spring Green #1A6F48

RGB

 RED value IS 26 (10.55% from 255) = 12.44%

 GREEN value IS 111 (43.75% from 255) = 53.11%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 12.44%
G = 53.11%
B = 34.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#1A6F48 (or 0x1A6F48) is known color: Dark Spring Green. HEX triplet: 1A, 6F and 48. RGB value is (26,111,72). Sum of RGB (Red+Green+Blue) = 26+111+72=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #1A6F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6F48 is #E590B7. Grayscale: #515151. Windows color (decimal): -15044792 or 4747034. OLE color: 4747034.

HSL color Cylindrical-coordinate representation of color #1A6F48: hue angle of 152.47º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6F48 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 111 72 -
CMYK 0.77 0 0.35 0.56
HSL 152.47º 0.62% 0.27% -
HSV(B) 152.47º 0.77% 0.44% -
XYZ 7.28 12.06 8.07 -
YUV 81.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 26 111 72 0.77 0 0.35 0.56 152.47 0.62 0.27
Hex 1A 6F 48 4D 0 23 38 98 3E 1B
Octal 32 157 110 115 0 43 70 230 76 33
Binary 11010 1101111 1001000 1001101 0 100011 111000 10011000 111110 11011

Color Harmonies of #1A6F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6F48

Black with #1A6F48

Text Example


Text Example

White with #1A6F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A6F48; }

 p { color: rgb(26,111,72); }

 H1.HeaderClassName
 {
   color: #1A6F48;
 }
 .AnyTagClassName
 {
   color: #1A6F48;
 }
</style>

background-color css

<style>
 a { background-color: #1A6F48; }

 a { background-color: rgb(26,111,72); }

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

border-color css

<style>
 span { border-color: #1A6F48; }

 span { border-color: rgb(26,111,72); }

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