#1F633F

Color #1F633F Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #1F633F

Tints of Green Pea #1F633F

Color information

#1F633F (or 0x1F633F) is unknown color: approx Green Pea. HEX triplet: 1F, 63 and 3F. RGB value is (31,99,63). Sum of RGB (Red+Green+Blue) = 31+99+63=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #1F633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F633F is #E09CC0. Grayscale: #4A4A4A. Windows color (decimal): -14720193 or 4154143. OLE color: 4154143.

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

Color convert

RGB319963-
CMYK0.6900.360.61
HSL148.24º52.31%25.49%-
HSV(B)148.24º68.69%38.82%-
XYZ5.929.576.24-
YUV74.56121.4796.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 63 (25% from 255) = 32.64%
R=16.06%
G=51.30%
B=32.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3199630.6900.360.61148.2452.3125.49
Hex1F633F450243D943419
Octal3714377105044752246431
Binary111111100011111111100010101001001111011001010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,99,63); }

 H1.HeaderClassName
 {
   color: #1F633F;
 }
 .AnyTagClassName
 {
   color: #1F633F;
 }
</style>
background-color css

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

 a { background-color: rgb(31,99,63); }

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

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

 span { border-color: rgb(31,99,63); }

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