Html Css Color HEX #2F5D5D Oracle

📋 copy color: '#2F5D5D'

red 47 ◦ green 93 ◦ blue 93

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

Shades of Oracle #2F5D5D

Tints of Oracle #2F5D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.91%

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 20.17%
G = 39.91%
B = 39.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F5D5D (or 0x2F5D5D) is known color: Oracle. HEX triplet: 2F, 5D and 5D. RGB value is (47,93,93). Sum of RGB (Red+Green+Blue) = 47+93+93=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #2F5D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D5D is #D0A2A2. Grayscale: #4F4F4F. Windows color (decimal): -13673123 or 6118703. OLE color: 6118703.

HSL color Cylindrical-coordinate representation of color #2F5D5D: hue angle of 180º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5D5D is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 93 93 -
CMYK 0.49 0 0 0.64
HSL 180º 0.33% 0.27% -
HSV(B) 180º 0.49% 0.36% -
XYZ 7.06 9.22 11.76 -
YUV 79.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 47 93 93 0.49 0 0 0.64 180 0.33 0.27
Hex 2F 5D 5D 31 0 0 40 B4 21 1B
Octal 57 135 135 61 0 0 100 264 41 33
Binary 101111 1011101 1011101 110001 0 0 1000000 10110100 100001 11011

Color Harmonies of #2F5D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5D5D

Black with #2F5D5D

Text Example


Text Example

White with #2F5D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,93,93); }

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

background-color css

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

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

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

border-color css

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

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

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