#1A2F25

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

Shades of Cardin Green #1A2F25

Tints of Cardin Green #1A2F25

Color information

#1A2F25 (or 0x1A2F25) is unknown color: approx Cardin Green. HEX triplet: 1A, 2F and 25. RGB value is (26,47,37). Sum of RGB (Red+Green+Blue) = 26+47+37=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 47 - color contains mainly: green. Hex color #1A2F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2F25 is #E5D0DA. Grayscale: #272727. Windows color (decimal): -15061211 or 2436890. OLE color: 2436890.

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

Color convert

RGB264737-
CMYK0.4500.210.82
HSL151.43º28.77%14.31%-
HSV(B)151.43º44.68%18.43%-
XYZ1.782.392.12-
YUV39.58126.54118.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.64%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=23.64%
G=42.73%
B=33.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2647370.4500.210.82151.4328.7714.31
Hex1A2F252D01552971de
Octal325745550251222273516
Binary11010101111100101101101010101101001010010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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