Html Css Color HEX #1F6441 Green Pea

📋 copy color: '#1F6441'

red 31 ◦ green 100 ◦ blue 65

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

Shades of Green Pea #1F6441

Tints of Green Pea #1F6441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.02%

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 15.82%
G = 51.02%
B = 33.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#1F6441 (or 0x1F6441) is known color: Green Pea. HEX triplet: 1F, 64 and 41. RGB value is (31,100,65). Sum of RGB (Red+Green+Blue) = 31+100+65=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #1F6441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6441 is #E09BBE. Grayscale: #4B4B4B. Windows color (decimal): -14719935 or 4285471. OLE color: 4285471.

HSL color Cylindrical-coordinate representation of color #1F6441: hue angle of 149.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6441 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 100 65 -
CMYK 0.69 0 0.35 0.61
HSL 149.57º 0.53% 0.26% -
HSV(B) 149.57º 0.69% 0.39% -
XYZ 6.08 9.79 6.57 -
YUV 75.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 31 100 65 0.69 0 0.35 0.61 149.57 0.53 0.26
Hex 1F 64 41 45 0 23 3D 96 35 1A
Octal 37 144 101 105 0 43 75 226 65 32
Binary 11111 1100100 1000001 1000101 0 100011 111101 10010110 110101 11010

Color Harmonies of #1F6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6441

Black with #1F6441

Text Example


Text Example

White with #1F6441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,100,65); }

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

background-color css

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

 a { background-color: rgb(31,100,65); }

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

border-color css

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

 span { border-color: rgb(31,100,65); }

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