Html Css Color HEX #30605F Oracle

📋 copy color: '#30605F'

red 48 ◦ green 96 ◦ blue 95

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

Shades of Oracle #30605F

Tints of Oracle #30605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 20.08%
G = 40.17%
B = 39.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#30605F (or 0x30605F) is known color: Oracle. HEX triplet: 30, 60 and 5F. RGB value is (48,96,95). Sum of RGB (Red+Green+Blue) = 48+96+95=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #30605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30605F is #CF9FA0. Grayscale: #515151. Windows color (decimal): -13606817 or 6250544. OLE color: 6250544.

HSL color Cylindrical-coordinate representation of color #30605F: hue angle of 178.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30605F is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 95 -
CMYK 0.50 0 0.01 0.62
HSL 178.75º 0.33% 0.28% -
HSV(B) 178.75º 0.5% 0.38% -
XYZ 7.47 9.82 12.33 -
YUV 81.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 48 96 95 0.50 0 0.01 0.62 178.75 0.33 0.28
Hex 30 60 5F 32 0 1 3E B3 21 1C
Octal 60 140 137 62 0 1 76 263 41 34
Binary 110000 1100000 1011111 110010 0 1 111110 10110011 100001 11100

Color Harmonies of #30605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30605F

Black with #30605F

Text Example


Text Example

White with #30605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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