Html Css Color HEX #1F342A Cardin Green

📋 copy color: '#1F342A'

red 31 ◦ green 52 ◦ blue 42

#1F342A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #1F342A

Tints of Cardin Green #1F342A

RGB

 RED value IS 31 (12.5% from 255) = 24.8%

 GREEN value IS 52 (20.7% from 255) = 41.6%

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 24.8%
G = 41.6%
B = 33.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#1F342A (or 0x1F342A) is known color: 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

RGB 31 52 42 -
CMYK 0.40 0 0.19 0.80
HSL 151.43º 0.25% 0.16% -
HSV(B) 151.43º 0.4% 0.2% -
XYZ 2.21 2.91 2.64 -
YUV 44.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 31 52 42 0.40 0 0.19 0.80 151.43 0.25 0.16
Hex 1F 34 2A 28 0 13 50 97 19 10
Octal 37 64 52 50 0 23 120 227 31 20
Binary 11111 110100 101010 101000 0 10011 1010000 10010111 11001 10000

Color Harmonies of #1F342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F342A

Black with #1F342A

Text Example


Text Example

White with #1F342A

Text Example


Text Example

HTML Codes & Css Web 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>