Html Css Color HEX #2F5D60 Oracle

📋 copy color: '#2F5D60'

red 47 ◦ green 93 ◦ blue 96

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

Shades of Oracle #2F5D60

Tints of Oracle #2F5D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.41%

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 19.92%
G = 39.41%
B = 40.68%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F5D60 (or 0x2F5D60) is known color: Oracle. HEX triplet: 2F, 5D and 60. RGB value is (47,93,96). Sum of RGB (Red+Green+Blue) = 47+93+96=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F5D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D60 is #D0A29F. Grayscale: #4F4F4F. Windows color (decimal): -13673120 or 6315311. OLE color: 6315311.

HSL color Cylindrical-coordinate representation of color #2F5D60: hue angle of 183.67º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5D60 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 93 96 -
CMYK 0.51 0.03 0 0.62
HSL 183.67º 0.34% 0.28% -
HSV(B) 183.67º 0.51% 0.38% -
XYZ 7.2 9.28 12.48 -
YUV 79.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 47 93 96 0.51 0.03 0 0.62 183.67 0.34 0.28
Hex 2F 5D 60 33 3 0 3E B8 22 1C
Octal 57 135 140 63 3 0 76 270 42 34
Binary 101111 1011101 1100000 110011 11 0 111110 10111000 100010 11100

Color Harmonies of #2F5D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5D60

Black with #2F5D60

Text Example


Text Example

White with #2F5D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,93,96); }

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

background-color css

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

 a { background-color: rgb(47,93,96); }

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

border-color css

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

 span { border-color: rgb(47,93,96); }

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