#1D3025

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

Shades of Cardin Green #1D3025

Tints of Cardin Green #1D3025

Color information

#1D3025 (or 0x1D3025) is unknown color: approx Cardin Green. HEX triplet: 1D, 30 and 25. RGB value is (29,48,37). Sum of RGB (Red+Green+Blue) = 29+48+37=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3025 is #E2CFDA. Grayscale: #292929. Windows color (decimal): -14864347 or 2437149. OLE color: 2437149.

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

Color convert

RGB294837-
CMYK0.4000.230.81
HSL145.26º24.68%15.1%-
HSV(B)145.26º39.58%18.82%-
XYZ1.92.512.13-
YUV41.06125.71119.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.44%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=25.44%
G=42.11%
B=32.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948370.4000.230.81145.2624.6815.1
Hex1D302528017519119f
Octal356045500271212213117
Binary11101110000100101101000010111101000110010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,37); }

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

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

 a { background-color: rgb(29,48,37); }

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

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

 span { border-color: rgb(29,48,37); }

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