Html Css Color HEX #1D6324 San Felix

📋 copy color: '#1D6324'

red 29 ◦ green 99 ◦ blue 36

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

Shades of San Felix #1D6324

Tints of San Felix #1D6324

RGB

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

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

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

R = 17.68%
G = 60.37%
B = 21.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#1D6324 (or 0x1D6324) is known color: San Felix. HEX triplet: 1D, 63 and 24. RGB value is (29,99,36). Sum of RGB (Red+Green+Blue) = 29+99+36=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #1D6324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6324 is #E29CDB. Grayscale: #474747. Windows color (decimal): -14851292 or 2384669. OLE color: 2384669.

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

Color convert

RGB 29 99 36 -
CMYK 0.71 0 0.64 0.61
HSL 126º 0.55% 0.25% -
HSV(B) 126º 0.71% 0.39% -
XYZ 5.29 9.31 3.19 -
YUV 70.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 29 99 36 0.71 0 0.64 0.61 126 0.55 0.25
Hex 1D 63 24 47 0 40 3D 7E 37 19
Octal 35 143 44 107 0 100 75 176 67 31
Binary 11101 1100011 100100 1000111 0 1000000 111101 1111110 110111 11001

Color Harmonies of #1D6324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6324

Black with #1D6324

Text Example


Text Example

White with #1D6324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,99,36); }

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

background-color css

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

 a { background-color: rgb(29,99,36); }

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

border-color css

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

 span { border-color: rgb(29,99,36); }

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