#1B3024

Color #1B3024 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #1B3024

Tints of Cardin Green #1B3024

Color information

#1B3024 (or 0x1B3024) is unknown color: approx Cardin Green. HEX triplet: 1B, 30 and 24. RGB value is (27,48,36). Sum of RGB (Red+Green+Blue) = 27+48+36=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #1B3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3024 is #E4CFDB. Grayscale: #282828. Windows color (decimal): -14995420 or 2371611. OLE color: 2371611.

HSL color Cylindrical-coordinate representation of color #1B3024: hue angle of 145.71º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B3024 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB274836-
CMYK0.4400.250.81
HSL145.71º28%14.71%-
HSV(B)145.71º43.75%18.82%-
XYZ1.832.472.05-
YUV40.35125.54118.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.32%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=24.32%
G=43.24%
B=32.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748360.4400.250.81145.712814.71
Hex1B30242C01951921cf
Octal336044540311212223417
Binary11011110000100100101100011001101000110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,48,36); }

 H1.HeaderClassName
 {
   color: #1B3024;
 }
 .AnyTagClassName
 {
   color: #1B3024;
 }
</style>
background-color css

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

 a { background-color: rgb(27,48,36); }

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

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

 span { border-color: rgb(27,48,36); }

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