Html Css Color HEX #1D6527 San Felix

📋 copy color: '#1D6527'

red 29 ◦ green 101 ◦ blue 39

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

Shades of San Felix #1D6527

Tints of San Felix #1D6527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 59.76%

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 17.16%
G = 59.76%
B = 23.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#1D6527 (or 0x1D6527) is known color: San Felix. HEX triplet: 1D, 65 and 27. RGB value is (29,101,39). Sum of RGB (Red+Green+Blue) = 29+101+39=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #1D6527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6527 is #E29AD8. Grayscale: #484848. Windows color (decimal): -14850777 or 2581789. OLE color: 2581789.

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

Color convert

RGB 29 101 39 -
CMYK 0.71 0 0.61 0.60
HSL 128.33º 0.55% 0.25% -
HSV(B) 128.33º 0.71% 0.4% -
XYZ 5.53 9.72 3.5 -
YUV 72.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 29 101 39 0.71 0 0.61 0.60 128.33 0.55 0.25
Hex 1D 65 27 47 0 3D 3C 80 37 19
Octal 35 145 47 107 0 75 74 200 67 31
Binary 11101 1100101 100111 1000111 0 111101 111100 10000000 110111 11001

Color Harmonies of #1D6527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6527

Black with #1D6527

Text Example


Text Example

White with #1D6527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,101,39); }

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

background-color css

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

 a { background-color: rgb(29,101,39); }

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

border-color css

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

 span { border-color: rgb(29,101,39); }

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