Html Css Color HEX #1F3C24 Gordons Green

📋 copy color: '#1F3C24'

red 31 ◦ green 60 ◦ blue 36

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

Shades of Gordons Green #1F3C24

Tints of Gordons Green #1F3C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 47.24%

 BLUE value IS 36 (14.45% from 255) = 28.35%

R = 24.41%
G = 47.24%
B = 28.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.76

RGB Variations

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

Color information

#1F3C24 (or 0x1F3C24) is known color: Gordons Green. HEX triplet: 1F, 3C and 24. RGB value is (31,60,36). Sum of RGB (Red+Green+Blue) = 31+60+36=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C24 is #E0C3DB. Grayscale: #303030. Windows color (decimal): -14730204 or 2374687. OLE color: 2374687.

HSL color Cylindrical-coordinate representation of color #1F3C24: hue angle of 130.34º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F3C24 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 60 36 -
CMYK 0.48 0 0.40 0.76
HSL 130.34º 0.32% 0.18% -
HSV(B) 130.34º 0.48% 0.24% -
XYZ 2.5 3.65 2.24 -
YUV 48.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 31 60 36 0.48 0 0.40 0.76 130.34 0.32 0.18
Hex 1F 3C 24 30 0 28 4C 82 20 12
Octal 37 74 44 60 0 50 114 202 40 22
Binary 11111 111100 100100 110000 0 101000 1001100 10000010 100000 10010

Color Harmonies of #1F3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3C24

Black with #1F3C24

Text Example


Text Example

White with #1F3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,60,36); }

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

background-color css

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

 a { background-color: rgb(31,60,36); }

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

border-color css

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

 span { border-color: rgb(31,60,36); }

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