#30664B

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

Shades of Green Pea #30664B

Tints of Green Pea #30664B

Color information

#30664B (or 0x30664B) is unknown color: approx Green Pea. HEX triplet: 30, 66 and 4B. RGB value is (48,102,75). Sum of RGB (Red+Green+Blue) = 48+102+75=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #30664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30664B is #CF99B4. Grayscale: #525252. Windows color (decimal): -13605301 or 4941360. OLE color: 4941360.

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

Color convert

RGB4810275-
CMYK0.5300.260.6
HSL150º36%29.41%-
HSV(B)150º52.94%40%-
XYZ7.2410.648.33-
YUV82.78123.61103.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=21.33%
G=45.33%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102750.5300.260.61503629.41
Hex30664B3501A3C96241d
Octal6014611365032742264435
Binary110000110011010010111101010110101111001001011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30664B; }

 p { color: rgb(48,102,75); }

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

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

 a { background-color: rgb(48,102,75); }

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

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

 span { border-color: rgb(48,102,75); }

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