#258268

Color #258268 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #258268

Tints of Elf Green #258268

Color information

#258268 (or 0x258268) is unknown color: approx Elf Green. HEX triplet: 25, 82 and 68. RGB value is (37,130,104). Sum of RGB (Red+Green+Blue) = 37+130+104=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #258268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258268 is #DA7D97. Grayscale: #636363. Windows color (decimal): -14319000 or 6849061. OLE color: 6849061.

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

Color convert

RGB37130104-
CMYK0.7200.20.49
HSL163.23º55.69%32.75%-
HSV(B)163.23º71.54%50.98%-
XYZ11.2417.3615.85-
YUV99.23130.6983.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=13.65%
G=47.97%
B=38.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371301040.7200.20.49163.2355.6932.75
Hex2582684801431a33821
Octal45202150110024612437041
Binary100101100000101101000100100001010011000110100011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258268; }

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

 H1.HeaderClassName
 {
   color: #258268;
 }
 .AnyTagClassName
 {
   color: #258268;
 }
</style>
background-color css

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

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

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

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

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

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