Html Css Color HEX #1D621A San Felix

📋 copy color: '#1D621A'

red 29 ◦ green 98 ◦ blue 26

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

Shades of San Felix #1D621A

Tints of San Felix #1D621A

RGB

 RED value IS 29 (11.72% from 255) = 18.95%

 GREEN value IS 98 (38.67% from 255) = 64.05%

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 18.95%
G = 64.05%
B = 16.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#1D621A (or 0x1D621A) is known color: San Felix. HEX triplet: 1D, 62 and 1A. RGB value is (29,98,26). Sum of RGB (Red+Green+Blue) = 29+98+26=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #1D621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D621A is #E29DE5. Grayscale: #454545. Windows color (decimal): -14851558 or 1729053. OLE color: 1729053.

HSL color Cylindrical-coordinate representation of color #1D621A: hue angle of 117.5º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D621A is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 29 98 26 -
CMYK 0.70 0 0.73 0.62
HSL 117.5º 0.58% 0.24% -
HSV(B) 117.5º 0.73% 0.38% -
XYZ 5.06 9.07 2.46 -
YUV 69.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 29 98 26 0.70 0 0.73 0.62 117.5 0.58 0.24
Hex 1D 62 1A 46 0 49 3E 76 3A 18
Octal 35 142 32 106 0 111 76 166 72 30
Binary 11101 1100010 11010 1000110 0 1001001 111110 1110110 111010 11000

Color Harmonies of #1D621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D621A

Black with #1D621A

Text Example


Text Example

White with #1D621A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,98,26); }

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

background-color css

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

 a { background-color: rgb(29,98,26); }

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

border-color css

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

 span { border-color: rgb(29,98,26); }

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