Html Css Color HEX #1F3029 Cardin Green

📋 copy color: '#1F3029'

red 31 ◦ green 48 ◦ blue 41

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

Shades of Cardin Green #1F3029

Tints of Cardin Green #1F3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40%

 BLUE value IS 41 (16.41% from 255) = 34.17%

R = 25.83%
G = 40%
B = 34.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#1F3029 (or 0x1F3029) is known color: Cardin Green. HEX triplet: 1F, 30 and 29. RGB value is (31,48,41). Sum of RGB (Red+Green+Blue) = 31+48+41=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3029 is #E0CFD6. Grayscale: #2A2A2A. Windows color (decimal): -14733271 or 2699295. OLE color: 2699295.

HSL color Cylindrical-coordinate representation of color #1F3029: hue angle of 155.29º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F3029 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 48 41 -
CMYK 0.35 0 0.15 0.81
HSL 155.29º 0.22% 0.15% -
HSV(B) 155.29º 0.35% 0.19% -
XYZ 2.02 2.57 2.49 -
YUV 42.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 31 48 41 0.35 0 0.15 0.81 155.29 0.22 0.15
Hex 1F 30 29 23 0 F 51 9B 16 F
Octal 37 60 51 43 0 17 121 233 26 17
Binary 11111 110000 101001 100011 0 1111 1010001 10011011 10110 1111

Color Harmonies of #1F3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3029

Black with #1F3029

Text Example


Text Example

White with #1F3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,41); }

 H1.HeaderClassName
 {
   color: #1F3029;
 }
 .AnyTagClassName
 {
   color: #1F3029;
 }
</style>

background-color css

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

 a { background-color: rgb(31,48,41); }

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

border-color css

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

 span { border-color: rgb(31,48,41); }

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