#132F23

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

Shades of Cardin Green #132F23

Tints of Cardin Green #132F23

Color information

#132F23 (or 0x132F23) is unknown color: approx Cardin Green. HEX triplet: 13, 2F and 23. RGB value is (19,47,35). Sum of RGB (Red+Green+Blue) = 19+47+35=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #132F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F23 is #ECD0DC. Grayscale: #252525. Windows color (decimal): -15519965 or 2305811. OLE color: 2305811.

HSL color Cylindrical-coordinate representation of color #132F23: hue angle of 154.29º 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 #132F23 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB194735-
CMYK0.6000.260.82
HSL154.29º42.42%12.94%-
HSV(B)154.29º59.57%18.43%-
XYZ1.592.291.95-
YUV37.26126.72114.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 47 (18.75% from 255) = 46.53%
BLUE value IS 35 (14.06% from 255) = 34.65%
R=18.81%
G=46.53%
B=34.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947350.6000.260.82154.2942.4212.94
Hex132F233C01A529a2ad
Octal235743740321222325215
Binary100111011111000111111000110101010010100110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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