Html Css Color HEX #2F5A59 Oracle

📋 copy color: '#2F5A59'

red 47 ◦ green 90 ◦ blue 89

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

Shades of Oracle #2F5A59

Tints of Oracle #2F5A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.82%

 BLUE value IS 89 (35.16% from 255) = 39.38%

R = 20.8%
G = 39.82%
B = 39.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#2F5A59 (or 0x2F5A59) is known color: Oracle. HEX triplet: 2F, 5A and 59. RGB value is (47,90,89). Sum of RGB (Red+Green+Blue) = 47+90+89=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5A59 is #D0A5A6. Grayscale: #4C4C4C. Windows color (decimal): -13673895 or 5855791. OLE color: 5855791.

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

Color convert

RGB 47 90 89 -
CMYK 0.48 0 0.01 0.65
HSL 178.6º 0.31% 0.27% -
HSV(B) 178.6º 0.48% 0.35% -
XYZ 6.63 8.64 10.77 -
YUV 77.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 47 90 89 0.48 0 0.01 0.65 178.6 0.31 0.27
Hex 2F 5A 59 30 0 1 41 B3 1F 1B
Octal 57 132 131 60 0 1 101 263 37 33
Binary 101111 1011010 1011001 110000 0 1 1000001 10110011 11111 11011

Color Harmonies of #2F5A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5A59

Black with #2F5A59

Text Example


Text Example

White with #2F5A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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