Html Css Color HEX #1F4F38 County Green

📋 copy color: '#1F4F38'

red 31 ◦ green 79 ◦ blue 56

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

Shades of County Green #1F4F38

Tints of County Green #1F4F38

RGB

 RED value IS 31 (12.5% from 255) = 18.67%

 GREEN value IS 79 (31.25% from 255) = 47.59%

 BLUE value IS 56 (22.27% from 255) = 33.73%

R = 18.67%
G = 47.59%
B = 33.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#1F4F38 (or 0x1F4F38) is known color: County Green. HEX triplet: 1F, 4F and 38. RGB value is (31,79,56). Sum of RGB (Red+Green+Blue) = 31+79+56=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #1F4F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4F38 is #E0B0C7. Grayscale: #3E3E3E. Windows color (decimal): -14725320 or 3690271. OLE color: 3690271.

HSL color Cylindrical-coordinate representation of color #1F4F38: hue angle of 151.25º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F4F38 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 31 79 56 -
CMYK 0.61 0 0.29 0.69
HSL 151.25º 0.44% 0.22% -
HSV(B) 151.25º 0.61% 0.31% -
XYZ 4.07 6.17 4.72 -
YUV 62.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 31 79 56 0.61 0 0.29 0.69 151.25 0.44 0.22
Hex 1F 4F 38 3D 0 1D 45 97 2C 16
Octal 37 117 70 75 0 35 105 227 54 26
Binary 11111 1001111 111000 111101 0 11101 1000101 10010111 101100 10110

Color Harmonies of #1F4F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4F38

Black with #1F4F38

Text Example


Text Example

White with #1F4F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F4F38; }

 p { color: rgb(31,79,56); }

 H1.HeaderClassName
 {
   color: #1F4F38;
 }
 .AnyTagClassName
 {
   color: #1F4F38;
 }
</style>

background-color css

<style>
 a { background-color: #1F4F38; }

 a { background-color: rgb(31,79,56); }

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

border-color css

<style>
 span { border-color: #1F4F38; }

 span { border-color: rgb(31,79,56); }

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