#267248

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

Shades of Dark Spring Green #267248

Tints of Dark Spring Green #267248

Color information

#267248 (or 0x267248) is unknown color: approx Dark Spring Green. HEX triplet: 26, 72 and 48. RGB value is (38,114,72). Sum of RGB (Red+Green+Blue) = 38+114+72=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #267248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267248 is #D98DB7. Grayscale: #565656. Windows color (decimal): -14257592 or 4747814. OLE color: 4747814.

HSL color Cylindrical-coordinate representation of color #267248: hue angle of 146.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267248 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB3811472-
CMYK0.6700.370.55
HSL146.84º50%29.8%-
HSV(B)146.84º66.67%44.71%-
XYZ7.9912.918.2-
YUV86.49119.8293.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 114 (44.92% from 255) = 50.89%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=16.96%
G=50.89%
B=32.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38114720.6700.370.55146.845029.8
Hex267248430253793321e
Octal46162110103045672236236
Binary10011011100101001000100001101001011101111001001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267248; }

 p { color: rgb(38,114,72); }

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

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

 a { background-color: rgb(38,114,72); }

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

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

 span { border-color: rgb(38,114,72); }

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