Html Css Color HEX #305D59 Oracle

📋 copy color: '#305D59'

red 48 ◦ green 93 ◦ blue 89

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

Shades of Oracle #305D59

Tints of Oracle #305D59

RGB

 RED value IS 48 (19.14% from 255) = 20.87%

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

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

R = 20.87%
G = 40.43%
B = 38.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#305D59 (or 0x305D59) is known color: Oracle. HEX triplet: 30, 5D and 59. RGB value is (48,93,89). Sum of RGB (Red+Green+Blue) = 48+93+89=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #305D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D59 is #CFA2A6. Grayscale: #4F4F4F. Windows color (decimal): -13607591 or 5856560. OLE color: 5856560.

HSL color Cylindrical-coordinate representation of color #305D59: hue angle of 174.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D59 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 93 89 -
CMYK 0.48 0 0.04 0.64
HSL 174.67º 0.32% 0.28% -
HSV(B) 174.67º 0.48% 0.36% -
XYZ 6.94 9.18 10.86 -
YUV 79.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 48 93 89 0.48 0 0.04 0.64 174.67 0.32 0.28
Hex 30 5D 59 30 0 4 40 AF 20 1C
Octal 60 135 131 60 0 4 100 257 40 34
Binary 110000 1011101 1011001 110000 0 100 1000000 10101111 100000 11100

Color Harmonies of #305D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D59

Black with #305D59

Text Example


Text Example

White with #305D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305D59; }

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

 H1.HeaderClassName
 {
   color: #305D59;
 }
 .AnyTagClassName
 {
   color: #305D59;
 }
</style>

background-color css

<style>
 a { background-color: #305D59; }

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

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

border-color css

<style>
 span { border-color: #305D59; }

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

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