#292A08

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

Shades of Karaka #292A08

Tints of Karaka #292A08

Color information

#292A08 (or 0x292A08) is unknown color: approx Karaka. HEX triplet: 29, 2A and 08. RGB value is (41,42,8). Sum of RGB (Red+Green+Blue) = 41+42+8=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 42 - color contains mainly: green. Hex color #292A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292A08 is #D6D5F7. Grayscale: #252525. Windows color (decimal): -14079480 or 535081. OLE color: 535081.

HSL color Cylindrical-coordinate representation of color #292A08: hue angle of 61.76º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292A08 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.

Color convert

RGB41428-
CMYK0.0200.810.84
HSL61.76º68%9.8%-
HSV(B)61.76º80.95%16.47%-
XYZ1.792.140.55-
YUV37.82111.17130.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 42 (16.80% from 255) = 46.15%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=45.05%
G=46.15%
B=8.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414280.0200.810.8461.76689.8
Hex292A82051543e44a
Octal515210201211247610412
Binary10100110101010001001010001101010011111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292A08; }

 p { color: rgb(41,42,8); }

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

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

 a { background-color: rgb(41,42,8); }

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

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

 span { border-color: rgb(41,42,8); }

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