Html Css Color HEX #1F6321 San Felix

📋 copy color: '#1F6321'

red 31 ◦ green 99 ◦ blue 33

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

Shades of San Felix #1F6321

Tints of San Felix #1F6321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 60.74%

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

R = 19.02%
G = 60.74%
B = 20.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#1F6321 (or 0x1F6321) is known color: San Felix. HEX triplet: 1F, 63 and 21. RGB value is (31,99,33). Sum of RGB (Red+Green+Blue) = 31+99+33=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6321 is #E09CDE. Grayscale: #474747. Windows color (decimal): -14720223 or 2188063. OLE color: 2188063.

HSL color Cylindrical-coordinate representation of color #1F6321: hue angle of 121.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6321 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 99 33 -
CMYK 0.69 0 0.67 0.61
HSL 121.76º 0.52% 0.25% -
HSV(B) 121.76º 0.69% 0.39% -
XYZ 5.3 9.32 2.96 -
YUV 71.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 31 99 33 0.69 0 0.67 0.61 121.76 0.52 0.25
Hex 1F 63 21 45 0 43 3D 7A 34 19
Octal 37 143 41 105 0 103 75 172 64 31
Binary 11111 1100011 100001 1000101 0 1000011 111101 1111010 110100 11001

Color Harmonies of #1F6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6321

Black with #1F6321

Text Example


Text Example

White with #1F6321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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