#42302E

Color #42302E Cedar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cedar #42302E

Tints of Cedar #42302E

Color information

#42302E (or 0x42302E) is unknown color: approx Cedar. HEX triplet: 42, 30 and 2E. RGB value is (66,48,46). Sum of RGB (Red+Green+Blue) = 66+48+46=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #42302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42302E is #BDCFD1. Grayscale: #353535. Windows color (decimal): -12439506 or 3027010. OLE color: 3027010.

HSL color Cylindrical-coordinate representation of color #42302E: hue angle of 6º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42302E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB664846-
CMYK00.270.300.74
HSL17.86%21.96%-
HSV(B)30.3%25.88%-
XYZ3.83.473.05-
YUV53.15123.96137.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=41.25%
G=30%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66484600.270.300.74617.8621.96
Hex42302E01B1E4A61216
Octal10260560333611262226
Binary10000101100001011100110111111010010101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42302E; }

 p { color: rgb(66,48,46); }

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

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

 a { background-color: rgb(66,48,46); }

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

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

 span { border-color: rgb(66,48,46); }

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