Html Css Color HEX #258982 Elm

📋 copy color: '#258982'

red 37 ◦ green 137 ◦ blue 130

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

Shades of Elm #258982

Tints of Elm #258982

RGB

 RED value IS 37 (14.84% from 255) = 12.17%

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

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 12.17%
G = 45.07%
B = 42.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#258982 (or 0x258982) is known color: Elm. HEX triplet: 25, 89 and 82. RGB value is (37,137,130). Sum of RGB (Red+Green+Blue) = 37+137+130=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #258982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258982 is #DA767D. Grayscale: #6A6A6A. Windows color (decimal): -14317182 or 8554789. OLE color: 8554789.

HSL color Cylindrical-coordinate representation of color #258982: hue angle of 175.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258982 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 137 130 -
CMYK 0.73 0 0.05 0.46
HSL 175.8º 0.57% 0.34% -
HSV(B) 175.8º 0.73% 0.54% -
XYZ 13.74 19.9 24.24 -
YUV 106.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 37 137 130 0.73 0 0.05 0.46 175.8 0.57 0.34
Hex 25 89 82 49 0 5 2E B0 39 22
Octal 45 211 202 111 0 5 56 260 71 42
Binary 100101 10001001 10000010 1001001 0 101 101110 10110000 111001 100010

Color Harmonies of #258982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258982

Black with #258982

Text Example


Text Example

White with #258982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258982; }

 p { color: rgb(37,137,130); }

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

background-color css

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

 a { background-color: rgb(37,137,130); }

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

border-color css

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

 span { border-color: rgb(37,137,130); }

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