Html Css Color HEX #1F613B Green Pea

📋 copy color: '#1F613B'

red 31 ◦ green 97 ◦ blue 59

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

Shades of Green Pea #1F613B

Tints of Green Pea #1F613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 16.58%
G = 51.87%
B = 31.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#1F613B (or 0x1F613B) is known color: Green Pea. HEX triplet: 1F, 61 and 3B. RGB value is (31,97,59). Sum of RGB (Red+Green+Blue) = 31+97+59=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #1F613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F613B is #E09EC4. Grayscale: #494949. Windows color (decimal): -14720709 or 3891487. OLE color: 3891487.

HSL color Cylindrical-coordinate representation of color #1F613B: hue angle of 145.45º degrees, saturation: 0.52, 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 #1F613B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 97 59 -
CMYK 0.68 0 0.39 0.62
HSL 145.45º 0.52% 0.25% -
HSV(B) 145.45º 0.68% 0.38% -
XYZ 5.63 9.16 5.61 -
YUV 72.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 31 97 59 0.68 0 0.39 0.62 145.45 0.52 0.25
Hex 1F 61 3B 44 0 27 3E 91 34 19
Octal 37 141 73 104 0 47 76 221 64 31
Binary 11111 1100001 111011 1000100 0 100111 111110 10010001 110100 11001

Color Harmonies of #1F613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F613B

Black with #1F613B

Text Example


Text Example

White with #1F613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,97,59); }

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

background-color css

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

 a { background-color: rgb(31,97,59); }

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

border-color css

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

 span { border-color: rgb(31,97,59); }

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