#29595F

Color #29595F Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #29595F

Tints of Oracle #29595F

Color information

#29595F (or 0x29595F) is unknown color: approx Oracle. HEX triplet: 29, 59 and 5F. RGB value is (41,89,95). Sum of RGB (Red+Green+Blue) = 41+89+95=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #29595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29595F is #D6A6A0. Grayscale: #4B4B4B. Windows color (decimal): -14067361 or 6248745. OLE color: 6248745.

HSL color Cylindrical-coordinate representation of color #29595F: hue angle of 186.67º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29595F is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB418995-
CMYK0.570.0600.63
HSL186.67º39.71%26.67%-
HSV(B)186.67º56.84%37.25%-
XYZ6.558.4412.11-
YUV75.33139.1103.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=18.22%
G=39.56%
B=42.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4189950.570.0600.63186.6739.7126.67
Hex29595F39603Fbb281b
Octal511311377160772735033
Binary1010011011001101111111100111001111111011101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29595F; }

 p { color: rgb(41,89,95); }

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

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

 a { background-color: rgb(41,89,95); }

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

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

 span { border-color: rgb(41,89,95); }

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