#267962

Color #267962 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #267962

Tints of Deep Sea #267962

Color information

#267962 (or 0x267962) is unknown color: approx Deep Sea. HEX triplet: 26, 79 and 62. RGB value is (38,121,98). Sum of RGB (Red+Green+Blue) = 38+121+98=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #267962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267962 is #D9869D. Grayscale: #5D5D5D. Windows color (decimal): -14255774 or 6453542. OLE color: 6453542.

HSL color Cylindrical-coordinate representation of color #267962: hue angle of 163.37º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267962 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB3812198-
CMYK0.6900.190.53
HSL163.37º52.2%31.18%-
HSV(B)163.37º68.6%47.45%-
XYZ9.8414.9713.93-
YUV93.56130.588.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=14.79%
G=47.08%
B=38.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38121980.6900.190.53163.3752.231.18
Hex2679624501335a3341f
Octal46171142105023652436437
Binary1001101111001110001010001010100111101011010001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267962; }

 p { color: rgb(38,121,98); }

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

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

 a { background-color: rgb(38,121,98); }

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

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

 span { border-color: rgb(38,121,98); }

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