Html Css Color HEX #2F595C Oracle

📋 copy color: '#2F595C'

red 47 ◦ green 89 ◦ blue 92

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

Shades of Oracle #2F595C

Tints of Oracle #2F595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 20.61%
G = 39.04%
B = 40.35%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F595C (or 0x2F595C) is known color: Oracle. HEX triplet: 2F, 59 and 5C. RGB value is (47,89,92). Sum of RGB (Red+Green+Blue) = 47+89+92=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F595C is #D0A6A3. Grayscale: #4C4C4C. Windows color (decimal): -13674148 or 6052143. OLE color: 6052143.

HSL color Cylindrical-coordinate representation of color #2F595C: hue angle of 184º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F595C is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 89 92 -
CMYK 0.49 0.03 0 0.64
HSL 184º 0.32% 0.27% -
HSV(B) 184º 0.49% 0.36% -
XYZ 6.68 8.52 11.42 -
YUV 76.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 47 89 92 0.49 0.03 0 0.64 184 0.32 0.27
Hex 2F 59 5C 31 3 0 40 B8 20 1B
Octal 57 131 134 61 3 0 100 270 40 33
Binary 101111 1011001 1011100 110001 11 0 1000000 10111000 100000 11011

Color Harmonies of #2F595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F595C

Black with #2F595C

Text Example


Text Example

White with #2F595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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