Html Css Color HEX #2F663D Hunter Green

📋 copy color: '#2F663D'

red 47 ◦ green 102 ◦ blue 61

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

Shades of Hunter Green #2F663D

Tints of Hunter Green #2F663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.57%

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 22.38%
G = 48.57%
B = 29.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#2F663D (or 0x2F663D) is known color: Hunter Green. HEX triplet: 2F, 66 and 3D. RGB value is (47,102,61). Sum of RGB (Red+Green+Blue) = 47+102+61=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #2F663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F663D is #D099C2. Grayscale: #505050. Windows color (decimal): -13670851 or 4023855. OLE color: 4023855.

HSL color Cylindrical-coordinate representation of color #2F663D: hue angle of 135.27º 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 #2F663D is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 102 61 -
CMYK 0.54 0 0.40 0.6
HSL 135.27º 0.37% 0.29% -
HSV(B) 135.27º 0.54% 0.4% -
XYZ 6.77 10.44 6.07 -
YUV 80.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 47 102 61 0.54 0 0.40 0.6 135.27 0.37 0.29
Hex 2F 66 3D 36 0 28 3C 87 25 1D
Octal 57 146 75 66 0 50 74 207 45 35
Binary 101111 1100110 111101 110110 0 101000 111100 10000111 100101 11101

Color Harmonies of #2F663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F663D

Black with #2F663D

Text Example


Text Example

White with #2F663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,61); }

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

background-color css

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

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

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

border-color css

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

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

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