Html Css Color HEX #1F6541 Green Pea

📋 copy color: '#1F6541'

red 31 ◦ green 101 ◦ blue 65

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

Shades of Green Pea #1F6541

Tints of Green Pea #1F6541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.27%

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

R = 15.74%
G = 51.27%
B = 32.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#1F6541 (or 0x1F6541) is known color: Green Pea. HEX triplet: 1F, 65 and 41. RGB value is (31,101,65). Sum of RGB (Red+Green+Blue) = 31+101+65=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6541 is #E09ABE. Grayscale: #4C4C4C. Windows color (decimal): -14719679 or 4285727. OLE color: 4285727.

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

Color convert

RGB 31 101 65 -
CMYK 0.69 0 0.36 0.60
HSL 149.14º 0.53% 0.26% -
HSV(B) 149.14º 0.69% 0.4% -
XYZ 6.17 9.98 6.6 -
YUV 75.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 31 101 65 0.69 0 0.36 0.60 149.14 0.53 0.26
Hex 1F 65 41 45 0 24 3C 95 35 1A
Octal 37 145 101 105 0 44 74 225 65 32
Binary 11111 1100101 1000001 1000101 0 100100 111100 10010101 110101 11010

Color Harmonies of #1F6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6541

Black with #1F6541

Text Example


Text Example

White with #1F6541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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