Html Css Color HEX #2F623A Hunter Green

📋 copy color: '#2F623A'

red 47 ◦ green 98 ◦ blue 58

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

Shades of Hunter Green #2F623A

Tints of Hunter Green #2F623A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 23.15%
G = 48.28%
B = 28.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#2F623A (or 0x2F623A) is known color: Hunter Green. HEX triplet: 2F, 62 and 3A. RGB value is (47,98,58). Sum of RGB (Red+Green+Blue) = 47+98+58=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #2F623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F623A is #D09DC5. Grayscale: #4E4E4E. Windows color (decimal): -13671878 or 3826223. OLE color: 3826223.

HSL color Cylindrical-coordinate representation of color #2F623A: hue angle of 132.94º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F623A is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 98 58 -
CMYK 0.52 0 0.41 0.62
HSL 132.94º 0.35% 0.28% -
HSV(B) 132.94º 0.52% 0.38% -
XYZ 6.3 9.65 5.53 -
YUV 78.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 47 98 58 0.52 0 0.41 0.62 132.94 0.35 0.28
Hex 2F 62 3A 34 0 29 3E 85 23 1C
Octal 57 142 72 64 0 51 76 205 43 34
Binary 101111 1100010 111010 110100 0 101001 111110 10000101 100011 11100

Color Harmonies of #2F623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F623A

Black with #2F623A

Text Example


Text Example

White with #2F623A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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