Html Css Color HEX #1B6321 San Felix

📋 copy color: '#1B6321'

red 27 ◦ green 99 ◦ blue 33

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

Shades of San Felix #1B6321

Tints of San Felix #1B6321

RGB

 RED value IS 27 (10.94% from 255) = 16.98%

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

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

R = 16.98%
G = 62.26%
B = 20.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#1B6321 (or 0x1B6321) is known color: San Felix. HEX triplet: 1B, 63 and 21. RGB value is (27,99,33). Sum of RGB (Red+Green+Blue) = 27+99+33=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6321 is #E49CDE. Grayscale: #464646. Windows color (decimal): -14982367 or 2188059. OLE color: 2188059.

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

Color convert

RGB 27 99 33 -
CMYK 0.73 0 0.67 0.61
HSL 125º 0.57% 0.25% -
HSV(B) 125º 0.73% 0.39% -
XYZ 5.19 9.27 2.95 -
YUV 69.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 27 99 33 0.73 0 0.67 0.61 125 0.57 0.25
Hex 1B 63 21 49 0 43 3D 7D 39 19
Octal 33 143 41 111 0 103 75 175 71 31
Binary 11011 1100011 100001 1001001 0 1000011 111101 1111101 111001 11001

Color Harmonies of #1B6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6321

Black with #1B6321

Text Example


Text Example

White with #1B6321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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