#192F27

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

Shades of Cardin Green #192F27

Tints of Cardin Green #192F27

Color information

#192F27 (or 0x192F27) is unknown color: approx Cardin Green. HEX triplet: 19, 2F and 27. RGB value is (25,47,39). Sum of RGB (Red+Green+Blue) = 25+47+39=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #192F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F27 is #E6D0D8. Grayscale: #272727. Windows color (decimal): -15126745 or 2567961. OLE color: 2567961.

HSL color Cylindrical-coordinate representation of color #192F27: hue angle of 158.18º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #192F27 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB254739-
CMYK0.4700.170.82
HSL158.18º30.56%14.12%-
HSV(B)158.18º46.81%18.43%-
XYZ1.782.392.29-
YUV39.51127.71117.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.52%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=22.52%
G=42.34%
B=35.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2547390.4700.170.82158.1830.5614.12
Hex192F272F011529e1fe
Octal315747570211222363716
Binary11001101111100111101111010001101001010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192F27; }

 p { color: rgb(25,47,39); }

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

<style>
 a { background-color: #192F27; }

 a { background-color: rgb(25,47,39); }

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

<style>
 span { border-color: #192F27; }

 span { border-color: rgb(25,47,39); }

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