Html Css Color HEX #2F6261 Oracle

📋 copy color: '#2F6261'

red 47 ◦ green 98 ◦ blue 97

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

Shades of Oracle #2F6261

Tints of Oracle #2F6261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 19.42%
G = 40.5%
B = 40.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#2F6261 (or 0x2F6261) is known color: Oracle. HEX triplet: 2F, 62 and 61. RGB value is (47,98,97). Sum of RGB (Red+Green+Blue) = 47+98+97=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6261 is #D09D9E. Grayscale: #525252. Windows color (decimal): -13671839 or 6382127. OLE color: 6382127.

HSL color Cylindrical-coordinate representation of color #2F6261: hue angle of 178.82º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F6261 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 98 97 -
CMYK 0.52 0 0.01 0.62
HSL 178.82º 0.35% 0.28% -
HSV(B) 178.82º 0.52% 0.38% -
XYZ 7.7 10.2 12.87 -
YUV 82.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 47 98 97 0.52 0 0.01 0.62 178.82 0.35 0.28
Hex 2F 62 61 34 0 1 3E B3 23 1C
Octal 57 142 141 64 0 1 76 263 43 34
Binary 101111 1100010 1100001 110100 0 1 111110 10110011 100011 11100

Color Harmonies of #2F6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6261

Black with #2F6261

Text Example


Text Example

White with #2F6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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