Html Css Color HEX #2F6752 Spectra

📋 copy color: '#2F6752'

red 47 ◦ green 103 ◦ blue 82

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

Shades of Spectra #2F6752

Tints of Spectra #2F6752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.4%

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 20.26%
G = 44.4%
B = 35.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#2F6752 (or 0x2F6752) is known color: Spectra. HEX triplet: 2F, 67 and 52. RGB value is (47,103,82). Sum of RGB (Red+Green+Blue) = 47+103+82=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6752 is #D098AD. Grayscale: #535353. Windows color (decimal): -13670574 or 5400367. OLE color: 5400367.

HSL color Cylindrical-coordinate representation of color #2F6752: hue angle of 157.5º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6752 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 103 82 -
CMYK 0.54 0 0.20 0.60
HSL 157.5º 0.37% 0.29% -
HSV(B) 157.5º 0.54% 0.4% -
XYZ 7.55 10.91 9.69 -
YUV 83.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 47 103 82 0.54 0 0.20 0.60 157.5 0.37 0.29
Hex 2F 67 52 36 0 14 3C 9E 25 1D
Octal 57 147 122 66 0 24 74 236 45 35
Binary 101111 1100111 1010010 110110 0 10100 111100 10011110 100101 11101

Color Harmonies of #2F6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6752

Black with #2F6752

Text Example


Text Example

White with #2F6752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,103,82); }

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

background-color css

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

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

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

border-color css

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

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

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