Html Css Color HEX #1F5238 County Green

📋 copy color: '#1F5238'

red 31 ◦ green 82 ◦ blue 56

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

Shades of County Green #1F5238

Tints of County Green #1F5238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.52%

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

R = 18.34%
G = 48.52%
B = 33.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#1F5238 (or 0x1F5238) is known color: County Green. HEX triplet: 1F, 52 and 38. RGB value is (31,82,56). Sum of RGB (Red+Green+Blue) = 31+82+56=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5238 is #E0ADC7. Grayscale: #3F3F3F. Windows color (decimal): -14724552 or 3691039. OLE color: 3691039.

HSL color Cylindrical-coordinate representation of color #1F5238: hue angle of 149.41º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5238 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 82 56 -
CMYK 0.62 0 0.32 0.68
HSL 149.41º 0.45% 0.22% -
HSV(B) 149.41º 0.62% 0.32% -
XYZ 4.3 6.61 4.79 -
YUV 63.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 31 82 56 0.62 0 0.32 0.68 149.41 0.45 0.22
Hex 1F 52 38 3E 0 20 44 95 2D 16
Octal 37 122 70 76 0 40 104 225 55 26
Binary 11111 1010010 111000 111110 0 100000 1000100 10010101 101101 10110

Color Harmonies of #1F5238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5238

Black with #1F5238

Text Example


Text Example

White with #1F5238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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