Html Css Color HEX #1F3621 Gordons Green

📋 copy color: '#1F3621'

red 31 ◦ green 54 ◦ blue 33

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

Shades of Gordons Green #1F3621

Tints of Gordons Green #1F3621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45.76%

 BLUE value IS 33 (13.28% from 255) = 27.97%

R = 26.27%
G = 45.76%
B = 27.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.79

RGB Variations

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

Color information

#1F3621 (or 0x1F3621) is known color: Gordons Green. HEX triplet: 1F, 36 and 21. RGB value is (31,54,33). Sum of RGB (Red+Green+Blue) = 31+54+33=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3621 is #E0C9DE. Grayscale: #2C2C2C. Windows color (decimal): -14731743 or 2176543. OLE color: 2176543.

HSL color Cylindrical-coordinate representation of color #1F3621: hue angle of 125.22º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3621 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB 31 54 33 -
CMYK 0.43 0 0.39 0.79
HSL 125.22º 0.27% 0.17% -
HSV(B) 125.22º 0.43% 0.21% -
XYZ 2.16 3.04 1.91 -
YUV 44.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 31 54 33 0.43 0 0.39 0.79 125.22 0.27 0.17
Hex 1F 36 21 2B 0 27 4F 7D 1B 11
Octal 37 66 41 53 0 47 117 175 33 21
Binary 11111 110110 100001 101011 0 100111 1001111 1111101 11011 10001

Color Harmonies of #1F3621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3621

Black with #1F3621

Text Example


Text Example

White with #1F3621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,33); }

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

background-color css

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

 a { background-color: rgb(31,54,33); }

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

border-color css

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

 span { border-color: rgb(31,54,33); }

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