Html Css Color HEX #2F633C Hunter Green

📋 copy color: '#2F633C'

red 47 ◦ green 99 ◦ blue 60

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

Shades of Hunter Green #2F633C

Tints of Hunter Green #2F633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.06%

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 22.82%
G = 48.06%
B = 29.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#2F633C (or 0x2F633C) is known color: Hunter Green. HEX triplet: 2F, 63 and 3C. RGB value is (47,99,60). Sum of RGB (Red+Green+Blue) = 47+99+60=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #2F633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F633C is #D09CC3. Grayscale: #4F4F4F. Windows color (decimal): -13671620 or 3957551. OLE color: 3957551.

HSL color Cylindrical-coordinate representation of color #2F633C: hue angle of 135º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F633C is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 99 60 -
CMYK 0.53 0 0.39 0.61
HSL 135º 0.36% 0.29% -
HSV(B) 135º 0.53% 0.39% -
XYZ 6.45 9.85 5.84 -
YUV 79.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 47 99 60 0.53 0 0.39 0.61 135 0.36 0.29
Hex 2F 63 3C 35 0 27 3D 87 24 1D
Octal 57 143 74 65 0 47 75 207 44 35
Binary 101111 1100011 111100 110101 0 100111 111101 10000111 100100 11101

Color Harmonies of #2F633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F633C

Black with #2F633C

Text Example


Text Example

White with #2F633C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,99,60); }

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

background-color css

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

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

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

border-color css

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

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

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