Html Css Color HEX #2F5E62 Oracle

📋 copy color: '#2F5E62'

red 47 ◦ green 94 ◦ blue 98

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

Shades of Oracle #2F5E62

Tints of Oracle #2F5E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.33%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 19.67%
G = 39.33%
B = 41%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F5E62 (or 0x2F5E62) is known color: Oracle. HEX triplet: 2F, 5E and 62. RGB value is (47,94,98). Sum of RGB (Red+Green+Blue) = 47+94+98=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F5E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5E62 is #D0A19D. Grayscale: #505050. Windows color (decimal): -13672862 or 6446639. OLE color: 6446639.

HSL color Cylindrical-coordinate representation of color #2F5E62: hue angle of 184.71º 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 #2F5E62 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 94 98 -
CMYK 0.52 0.04 0 0.62
HSL 184.71º 0.35% 0.28% -
HSV(B) 184.71º 0.52% 0.38% -
XYZ 7.38 9.49 13 -
YUV 80.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 47 94 98 0.52 0.04 0 0.62 184.71 0.35 0.28
Hex 2F 5E 62 34 4 0 3E B9 23 1C
Octal 57 136 142 64 4 0 76 271 43 34
Binary 101111 1011110 1100010 110100 100 0 111110 10111001 100011 11100

Color Harmonies of #2F5E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5E62

Black with #2F5E62

Text Example


Text Example

White with #2F5E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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