Html Css Color HEX #1F6442 Green Pea

📋 copy color: '#1F6442'

red 31 ◦ green 100 ◦ blue 66

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

Shades of Green Pea #1F6442

Tints of Green Pea #1F6442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 15.74%
G = 50.76%
B = 33.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#1F6442 (or 0x1F6442) is known color: Green Pea. HEX triplet: 1F, 64 and 42. RGB value is (31,100,66). Sum of RGB (Red+Green+Blue) = 31+100+66=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #1F6442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6442 is #E09BBD. Grayscale: #4B4B4B. Windows color (decimal): -14719934 or 4351007. OLE color: 4351007.

HSL color Cylindrical-coordinate representation of color #1F6442: hue angle of 150.43º 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 #1F6442 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 31 100 66 -
CMYK 0.69 0 0.34 0.61
HSL 150.43º 0.53% 0.26% -
HSV(B) 150.43º 0.69% 0.39% -
XYZ 6.11 9.8 6.72 -
YUV 75.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 31 100 66 0.69 0 0.34 0.61 150.43 0.53 0.26
Hex 1F 64 42 45 0 22 3D 96 35 1A
Octal 37 144 102 105 0 42 75 226 65 32
Binary 11111 1100100 1000010 1000101 0 100010 111101 10010110 110101 11010

Color Harmonies of #1F6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6442

Black with #1F6442

Text Example


Text Example

White with #1F6442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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