#1F3822

Color #1F3822 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #1F3822

Tints of Gordons Green #1F3822

Color information

#1F3822 (or 0x1F3822) is unknown color: approx Gordons Green. HEX triplet: 1F, 38 and 22. RGB value is (31,56,34). Sum of RGB (Red+Green+Blue) = 31+56+34=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3822 is #E0C7DD. Grayscale: #2E2E2E. Windows color (decimal): -14731230 or 2242591. OLE color: 2242591.

HSL color Cylindrical-coordinate representation of color #1F3822: hue angle of 127.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F3822 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB315634-
CMYK0.4500.390.78
HSL127.2º28.74%17.06%-
HSV(B)127.2º44.64%21.96%-
XYZ2.273.242.02-
YUV46.02121.22117.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.62%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 34 (13.67% from 255) = 28.10%
R=25.62%
G=46.28%
B=28.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156340.4500.390.78127.228.7417.06
Hex1F38222D0274E7f1d11
Octal377042550471161773521
Binary111111110001000101011010100111100111011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F3822;
 }
 .AnyTagClassName
 {
   color: #1F3822;
 }
</style>
background-color css

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

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

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

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

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

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