#1B2C25

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

Shades of Cardin Green #1B2C25

Tints of Cardin Green #1B2C25

Color information

#1B2C25 (or 0x1B2C25) is unknown color: approx Cardin Green. HEX triplet: 1B, 2C and 25. RGB value is (27,44,37). Sum of RGB (Red+Green+Blue) = 27+44+37=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2C25 is #E4D3DA. Grayscale: #262626. Windows color (decimal): -14996443 or 2436123. OLE color: 2436123.

HSL color Cylindrical-coordinate representation of color #1B2C25: hue angle of 155.29º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B2C25 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB274437-
CMYK0.3900.160.83
HSL155.29º23.94%13.92%-
HSV(B)155.29º38.64%17.25%-
XYZ1.692.172.08-
YUV38.12127.37120.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25%
GREEN value IS 44 (17.58% from 255) = 40.74%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=25%
G=40.74%
B=34.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2744370.3900.160.83155.2923.9413.92
Hex1B2C2527010539b18e
Octal335445470201232333016
Binary11011101100100101100111010000101001110011011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,44,37); }

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

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

 a { background-color: rgb(27,44,37); }

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

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

 span { border-color: rgb(27,44,37); }

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