#132F25

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

Shades of Cardin Green #132F25

Tints of Cardin Green #132F25

Color information

#132F25 (or 0x132F25) is unknown color: approx Cardin Green. HEX triplet: 13, 2F and 25. RGB value is (19,47,37). Sum of RGB (Red+Green+Blue) = 19+47+37=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #132F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F25 is #ECD0DA. Grayscale: #252525. Windows color (decimal): -15519963 or 2436883. OLE color: 2436883.

HSL color Cylindrical-coordinate representation of color #132F25: hue angle of 158.57º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F25 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB194737-
CMYK0.6000.210.82
HSL158.57º42.42%12.94%-
HSV(B)158.57º59.57%18.43%-
XYZ1.622.312.11-
YUV37.49127.72114.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 47 (18.75% from 255) = 45.63%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=18.45%
G=45.63%
B=35.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947370.6000.210.82158.5742.4212.94
Hex132F253C015529f2ad
Octal235745740251222375215
Binary100111011111001011111000101011010010100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132F25; }

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

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

<style>
 a { background-color: #132F25; }

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

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

<style>
 span { border-color: #132F25; }

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

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