Html Css Color HEX #258565 Elf Green

📋 copy color: '#258565'

red 37 ◦ green 133 ◦ blue 101

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

Shades of Elf Green #258565

Tints of Elf Green #258565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

 BLUE value IS 101 (39.84% from 255) = 37.27%

R = 13.65%
G = 49.08%
B = 37.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#258565 (or 0x258565) is known color: Elf Green. HEX triplet: 25, 85 and 65. RGB value is (37,133,101). Sum of RGB (Red+Green+Blue) = 37+133+101=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #258565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258565 is #DA7A9A. Grayscale: #646464. Windows color (decimal): -14318235 or 6653221. OLE color: 6653221.

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

Color convert

RGB 37 133 101 -
CMYK 0.72 0 0.24 0.48
HSL 160º 0.56% 0.33% -
HSV(B) 160º 0.72% 0.52% -
XYZ 11.5 18.11 15.2 -
YUV 100.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 37 133 101 0.72 0 0.24 0.48 160 0.56 0.33
Hex 25 85 65 48 0 18 30 A0 38 21
Octal 45 205 145 110 0 30 60 240 70 41
Binary 100101 10000101 1100101 1001000 0 11000 110000 10100000 111000 100001

Color Harmonies of #258565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258565

Black with #258565

Text Example


Text Example

White with #258565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258565; }

 p { color: rgb(37,133,101); }

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

background-color css

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

 a { background-color: rgb(37,133,101); }

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

border-color css

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

 span { border-color: rgb(37,133,101); }

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