Html Css Color HEX #2F5958 Oracle

📋 copy color: '#2F5958'

red 47 ◦ green 89 ◦ blue 88

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

Shades of Oracle #2F5958

Tints of Oracle #2F5958

RGB

 RED value IS 47 (18.75% from 255) = 20.98%

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 20.98%
G = 39.73%
B = 39.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#2F5958 (or 0x2F5958) is known color: Oracle. HEX triplet: 2F, 59 and 58. RGB value is (47,89,88). Sum of RGB (Red+Green+Blue) = 47+89+88=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5958 is #D0A6A7. Grayscale: #4C4C4C. Windows color (decimal): -13674152 or 5789999. OLE color: 5789999.

HSL color Cylindrical-coordinate representation of color #2F5958: hue angle of 178.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5958 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 88 -
CMYK 0.47 0 0.01 0.65
HSL 178.57º 0.31% 0.27% -
HSV(B) 178.57º 0.47% 0.35% -
XYZ 6.51 8.45 10.52 -
YUV 76.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 47 89 88 0.47 0 0.01 0.65 178.57 0.31 0.27
Hex 2F 59 58 2F 0 1 41 B3 1F 1B
Octal 57 131 130 57 0 1 101 263 37 33
Binary 101111 1011001 1011000 101111 0 1 1000001 10110011 11111 11011

Color Harmonies of #2F5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5958

Black with #2F5958

Text Example


Text Example

White with #2F5958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5958; }

 p { color: rgb(47,89,88); }

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

background-color css

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

 a { background-color: rgb(47,89,88); }

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

border-color css

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

 span { border-color: rgb(47,89,88); }

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