Html Css Color HEX #258469 Elf Green

📋 copy color: '#258469'

red 37 ◦ green 132 ◦ blue 105

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

Shades of Elf Green #258469

Tints of Elf Green #258469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.18%

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 13.5%
G = 48.18%
B = 38.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#258469 (or 0x258469) is known color: Elf Green. HEX triplet: 25, 84 and 69. RGB value is (37,132,105). Sum of RGB (Red+Green+Blue) = 37+132+105=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #258469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258469 is #DA7B96. Grayscale: #646464. Windows color (decimal): -14318487 or 6915109. OLE color: 6915109.

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

Color convert

RGB 37 132 105 -
CMYK 0.72 0 0.20 0.48
HSL 162.95º 0.56% 0.33% -
HSV(B) 162.95º 0.72% 0.52% -
XYZ 11.56 17.92 16.21 -
YUV 100.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 37 132 105 0.72 0 0.20 0.48 162.95 0.56 0.33
Hex 25 84 69 48 0 14 30 A3 38 21
Octal 45 204 151 110 0 24 60 243 70 41
Binary 100101 10000100 1101001 1001000 0 10100 110000 10100011 111000 100001

Color Harmonies of #258469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258469

Black with #258469

Text Example


Text Example

White with #258469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258469; }

 p { color: rgb(37,132,105); }

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

background-color css

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

 a { background-color: rgb(37,132,105); }

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

border-color css

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

 span { border-color: rgb(37,132,105); }

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