Html Css Color HEX #2F5A4B Spectra

📋 copy color: '#2F5A4B'

red 47 ◦ green 90 ◦ blue 75

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

Shades of Spectra #2F5A4B

Tints of Spectra #2F5A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 22.17%
G = 42.45%
B = 35.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#2F5A4B (or 0x2F5A4B) is known color: Spectra. HEX triplet: 2F, 5A and 4B. RGB value is (47,90,75). Sum of RGB (Red+Green+Blue) = 47+90+75=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A4B is #D0A5B4. Grayscale: #4B4B4B. Windows color (decimal): -13673909 or 4938287. OLE color: 4938287.

HSL color Cylindrical-coordinate representation of color #2F5A4B: hue angle of 159.07º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5A4B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 90 75 -
CMYK 0.48 0 0.17 0.65
HSL 159.07º 0.31% 0.27% -
HSV(B) 159.07º 0.48% 0.35% -
XYZ 6.1 8.42 7.96 -
YUV 75.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 47 90 75 0.48 0 0.17 0.65 159.07 0.31 0.27
Hex 2F 5A 4B 30 0 11 41 9F 1F 1B
Octal 57 132 113 60 0 21 101 237 37 33
Binary 101111 1011010 1001011 110000 0 10001 1000001 10011111 11111 11011

Color Harmonies of #2F5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5A4B

Black with #2F5A4B

Text Example


Text Example

White with #2F5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,90,75); }

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

background-color css

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

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

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

border-color css

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

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

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