Html Css Color HEX #2F5D59 Oracle

📋 copy color: '#2F5D59'

red 47 ◦ green 93 ◦ blue 89

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

Shades of Oracle #2F5D59

Tints of Oracle #2F5D59

RGB

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

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

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

R = 20.52%
G = 40.61%
B = 38.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#2F5D59 (or 0x2F5D59) is known color: Oracle. HEX triplet: 2F, 5D and 59. RGB value is (47,93,89). Sum of RGB (Red+Green+Blue) = 47+93+89=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D59 is #D0A2A6. Grayscale: #4E4E4E. Windows color (decimal): -13673127 or 5856559. OLE color: 5856559.

HSL color Cylindrical-coordinate representation of color #2F5D59: hue angle of 174.78º degrees, saturation: 0.33, 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 #2F5D59 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 93 89 -
CMYK 0.49 0 0.04 0.64
HSL 174.78º 0.33% 0.27% -
HSV(B) 174.78º 0.49% 0.36% -
XYZ 6.89 9.15 10.86 -
YUV 78.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 47 93 89 0.49 0 0.04 0.64 174.78 0.33 0.27
Hex 2F 5D 59 31 0 4 40 AF 21 1B
Octal 57 135 131 61 0 4 100 257 41 33
Binary 101111 1011101 1011001 110001 0 100 1000000 10101111 100001 11011

Color Harmonies of #2F5D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5D59

Black with #2F5D59

Text Example


Text Example

White with #2F5D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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