#2F2E0A

Color #2F2E0A Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #2F2E0A

Tints of Karaka #2F2E0A

Color information

#2F2E0A (or 0x2F2E0A) is unknown color: approx Karaka. HEX triplet: 2F, 2E and 0A. RGB value is (47,46,10). Sum of RGB (Red+Green+Blue) = 47+46+10=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2E0A is #D0D1F5. Grayscale: #2A2A2A. Windows color (decimal): -13685238 or 667183. OLE color: 667183.

HSL color Cylindrical-coordinate representation of color #2F2E0A: hue angle of 58.38º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F2E0A is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.82.

Color convert

RGB474610-
CMYK00.020.790.82
HSL58.38º64.91%11.18%-
HSV(B)58.38º78.72%18.43%-
XYZ2.22.580.67-
YUV42.2109.83131.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.63%
GREEN value IS 46 (18.36% from 255) = 44.66%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=45.63%
G=44.66%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47461000.020.790.8258.3864.9111.18
Hex2F2EA024F523a41b
Octal575612021171227210113
Binary10111110111010100101001111101001011101010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2E0A; }

 p { color: rgb(47,46,10); }

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

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

 a { background-color: rgb(47,46,10); }

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

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

 span { border-color: rgb(47,46,10); }

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