#292A03

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

Shades of Karaka #292A03

Tints of Karaka #292A03

Color information

#292A03 (or 0x292A03) is unknown color: approx Karaka. HEX triplet: 29, 2A and 03. RGB value is (41,42,3). Sum of RGB (Red+Green+Blue) = 41+42+3=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 42 (16.80% from 255 or 48.84% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 42 - color contains mainly: green. Hex color #292A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292A03 is #D6D5FC. Grayscale: #252525. Windows color (decimal): -14079485 or 207401. OLE color: 207401.

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

Color convert

RGB41423-
CMYK0.0200.930.84
HSL61.54º86.67%8.82%-
HSV(B)61.54º92.86%16.47%-
XYZ1.762.130.41-
YUV37.25108.67130.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 42 (16.80% from 255) = 48.84%
BLUE value IS 3 (1.56% from 255) = 3.49%
R=47.67%
G=48.84%
B=3.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414230.0200.930.8461.5486.678.82
Hex292A3205D543e579
Octal51523201351247612711
Binary101001101010111001011101101010011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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