Html Css Color HEX #258270 Elm

📋 copy color: '#258270'

red 37 ◦ green 130 ◦ blue 112

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

Shades of Elm #258270

Tints of Elm #258270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 13.26%
G = 46.59%
B = 40.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#258270 (or 0x258270) is known color: Elm. HEX triplet: 25, 82 and 70. RGB value is (37,130,112). Sum of RGB (Red+Green+Blue) = 37+130+112=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #258270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258270 is #DA7D8F. Grayscale: #646464. Windows color (decimal): -14318992 or 7373349. OLE color: 7373349.

HSL color Cylindrical-coordinate representation of color #258270: hue angle of 168.39º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258270 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 112 -
CMYK 0.72 0 0.14 0.49
HSL 168.39º 0.56% 0.33% -
HSV(B) 168.39º 0.72% 0.51% -
XYZ 11.67 17.53 18.1 -
YUV 100.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 37 130 112 0.72 0 0.14 0.49 168.39 0.56 0.33
Hex 25 82 70 48 0 E 31 A8 38 21
Octal 45 202 160 110 0 16 61 250 70 41
Binary 100101 10000010 1110000 1001000 0 1110 110001 10101000 111000 100001

Color Harmonies of #258270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258270

Black with #258270

Text Example


Text Example

White with #258270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258270; }

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

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

background-color css

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

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

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

border-color css

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

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

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