Html Css Color HEX #2F6362 Oracle

📋 copy color: '#2F6362'

red 47 ◦ green 99 ◦ blue 98

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

Shades of Oracle #2F6362

Tints of Oracle #2F6362

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2F6362: hue angle of 178.85º 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 #2F6362 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 99 98 -
CMYK 0.53 0 0.01 0.61
HSL 178.85º 0.36% 0.29% -
HSV(B) 178.85º 0.53% 0.39% -
XYZ 7.84 10.41 13.15 -
YUV 83.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 47 99 98 0.53 0 0.01 0.61 178.85 0.36 0.29
Hex 2F 63 62 35 0 1 3D B3 24 1D
Octal 57 143 142 65 0 1 75 263 44 35
Binary 101111 1100011 1100010 110101 0 1 111101 10110011 100100 11101

Color Harmonies of #2F6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6362

Black with #2F6362

Text Example


Text Example

White with #2F6362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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