Html Css Color HEX #2F6263 Oracle

📋 copy color: '#2F6263'

red 47 ◦ green 98 ◦ blue 99

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

Shades of Oracle #2F6263

Tints of Oracle #2F6263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 19.26%
G = 40.16%
B = 40.57%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2F6263 (or 0x2F6263) is known color: Oracle. HEX triplet: 2F, 62 and 63. RGB value is (47,98,99). Sum of RGB (Red+Green+Blue) = 47+98+99=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F6263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6263 is #D09D9C. Grayscale: #525252. Windows color (decimal): -13671837 or 6513199. OLE color: 6513199.

HSL color Cylindrical-coordinate representation of color #2F6263: hue angle of 181.15º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6263 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 98 99 -
CMYK 0.53 0.01 0 0.61
HSL 181.15º 0.36% 0.29% -
HSV(B) 181.15º 0.53% 0.39% -
XYZ 7.79 10.24 13.37 -
YUV 82.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 47 98 99 0.53 0.01 0 0.61 181.15 0.36 0.29
Hex 2F 62 63 35 1 0 3D B5 24 1D
Octal 57 142 143 65 1 0 75 265 44 35
Binary 101111 1100010 1100011 110101 1 0 111101 10110101 100100 11101

Color Harmonies of #2F6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6263

Black with #2F6263

Text Example


Text Example

White with #2F6263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,98,99); }

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

background-color css

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

 a { background-color: rgb(47,98,99); }

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

border-color css

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

 span { border-color: rgb(47,98,99); }

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