#267245

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

Shades of Green Pea #267245

Tints of Green Pea #267245

Color information

#267245 (or 0x267245) is unknown color: approx Green Pea. HEX triplet: 26, 72 and 45. RGB value is (38,114,69). Sum of RGB (Red+Green+Blue) = 38+114+69=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #267245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267245 is #D98DBA. Grayscale: #565656. Windows color (decimal): -14257595 or 4551206. OLE color: 4551206.

HSL color Cylindrical-coordinate representation of color #267245: hue angle of 144.47º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267245 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB3811469-
CMYK0.6700.390.55
HSL144.47º50%29.8%-
HSV(B)144.47º66.67%44.71%-
XYZ7.8912.887.7-
YUV86.15118.3293.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=17.19%
G=51.58%
B=31.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38114690.6700.390.55144.475029.8
Hex267245430273790321e
Octal46162105103047672206236
Binary10011011100101000101100001101001111101111001000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267245; }

 p { color: rgb(38,114,69); }

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

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

 a { background-color: rgb(38,114,69); }

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

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

 span { border-color: rgb(38,114,69); }

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