#1F342A

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

Shades of Cardin Green #1F342A

Tints of Cardin Green #1F342A

Color information

#1F342A (or 0x1F342A) is unknown color: approx Cardin Green. HEX triplet: 1F, 34 and 2A. RGB value is (31,52,42). Sum of RGB (Red+Green+Blue) = 31+52+42=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #1F342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F342A is #E0CBD5. Grayscale: #2C2C2C. Windows color (decimal): -14732246 or 2765855. OLE color: 2765855.

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

Color convert

RGB315242-
CMYK0.4000.190.80
HSL151.43º25.3%16.27%-
HSV(B)151.43º40.38%20.39%-
XYZ2.212.912.64-
YUV44.58126.54118.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.8%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=24.8%
G=41.6%
B=33.6%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152420.4000.190.80151.4325.316.27
Hex1F342A2801350971910
Octal376452500231202273120
Binary111111101001010101010000100111010000100101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,52,42); }

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

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

 a { background-color: rgb(31,52,42); }

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

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

 span { border-color: rgb(31,52,42); }

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