Html Css Color HEX #258369 Elf Green

📋 copy color: '#258369'

red 37 ◦ green 131 ◦ blue 105

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

Shades of Elf Green #258369

Tints of Elf Green #258369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.99%

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

R = 13.55%
G = 47.99%
B = 38.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#258369 (or 0x258369) is known color: Elf Green. HEX triplet: 25, 83 and 69. RGB value is (37,131,105). Sum of RGB (Red+Green+Blue) = 37+131+105=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #258369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258369 is #DA7C96. Grayscale: #636363. Windows color (decimal): -14318743 or 6914853. OLE color: 6914853.

HSL color Cylindrical-coordinate representation of color #258369: hue angle of 163.4º 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 #258369 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 131 105 -
CMYK 0.72 0 0.20 0.49
HSL 163.4º 0.56% 0.33% -
HSV(B) 163.4º 0.72% 0.51% -
XYZ 11.43 17.65 16.17 -
YUV 99.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 37 131 105 0.72 0 0.20 0.49 163.4 0.56 0.33
Hex 25 83 69 48 0 14 31 A3 38 21
Octal 45 203 151 110 0 24 61 243 70 41
Binary 100101 10000011 1101001 1001000 0 10100 110001 10100011 111000 100001

Color Harmonies of #258369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258369

Black with #258369

Text Example


Text Example

White with #258369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258369; }

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

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

background-color css

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

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

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

border-color css

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

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

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