Html Css Color HEX #306260 Oracle

📋 copy color: '#306260'

red 48 ◦ green 98 ◦ blue 96

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

Shades of Oracle #306260

Tints of Oracle #306260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.5%

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

R = 19.83%
G = 40.5%
B = 39.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#306260 (or 0x306260) is known color: Oracle. HEX triplet: 30, 62 and 60. RGB value is (48,98,96). Sum of RGB (Red+Green+Blue) = 48+98+96=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #306260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306260 is #CF9D9F. Grayscale: #525252. Windows color (decimal): -13606304 or 6316592. OLE color: 6316592.

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

Color convert

RGB 48 98 96 -
CMYK 0.51 0 0.02 0.62
HSL 177.6º 0.34% 0.29% -
HSV(B) 177.6º 0.51% 0.38% -
XYZ 7.7 10.21 12.63 -
YUV 82.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 48 98 96 0.51 0 0.02 0.62 177.6 0.34 0.29
Hex 30 62 60 33 0 2 3E B2 22 1D
Octal 60 142 140 63 0 2 76 262 42 35
Binary 110000 1100010 1100000 110011 0 10 111110 10110010 100010 11101

Color Harmonies of #306260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306260

Black with #306260

Text Example


Text Example

White with #306260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306260; }

 p { color: rgb(48,98,96); }

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

background-color css

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

 a { background-color: rgb(48,98,96); }

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

border-color css

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

 span { border-color: rgb(48,98,96); }

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