Html Css Color HEX #1F6041 Green Pea

📋 copy color: '#1F6041'

red 31 ◦ green 96 ◦ blue 65

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

Shades of Green Pea #1F6041

Tints of Green Pea #1F6041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50%

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

R = 16.15%
G = 50%
B = 33.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#1F6041 (or 0x1F6041) is known color: Green Pea. HEX triplet: 1F, 60 and 41. RGB value is (31,96,65). Sum of RGB (Red+Green+Blue) = 31+96+65=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6041 is #E09FBE. Grayscale: #494949. Windows color (decimal): -14720959 or 4284447. OLE color: 4284447.

HSL color Cylindrical-coordinate representation of color #1F6041: hue angle of 151.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6041 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 96 65 -
CMYK 0.68 0 0.32 0.62
HSL 151.38º 0.51% 0.25% -
HSV(B) 151.38º 0.68% 0.38% -
XYZ 5.7 9.04 6.45 -
YUV 73.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 31 96 65 0.68 0 0.32 0.62 151.38 0.51 0.25
Hex 1F 60 41 44 0 20 3E 97 33 19
Octal 37 140 101 104 0 40 76 227 63 31
Binary 11111 1100000 1000001 1000100 0 100000 111110 10010111 110011 11001

Color Harmonies of #1F6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6041

Black with #1F6041

Text Example


Text Example

White with #1F6041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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