#1A2D25

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

Shades of Cardin Green #1A2D25

Tints of Cardin Green #1A2D25

Color information

#1A2D25 (or 0x1A2D25) is unknown color: approx Cardin Green. HEX triplet: 1A, 2D and 25. RGB value is (26,45,37). Sum of RGB (Red+Green+Blue) = 26+45+37=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 45 - color contains mainly: green. Hex color #1A2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2D25 is #E5D2DA. Grayscale: #262626. Windows color (decimal): -15061723 or 2436378. OLE color: 2436378.

HSL color Cylindrical-coordinate representation of color #1A2D25: hue angle of 154.74º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1A2D25 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.

Color convert

RGB264537-
CMYK0.4200.180.82
HSL154.74º26.76%13.92%-
HSV(B)154.74º42.22%17.65%-
XYZ1.72.232.09-
YUV38.41127.21119.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.07%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=24.07%
G=41.67%
B=34.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2645370.4200.180.82154.7426.7613.92
Hex1A2D252A012529b1be
Octal325545520221222333316
Binary11010101101100101101010010010101001010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,45,37); }

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

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

 a { background-color: rgb(26,45,37); }

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

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

 span { border-color: rgb(26,45,37); }

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