#2A2B00

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

Shades of Karaka #2A2B00

Tints of Karaka #2A2B00

Color information

#2A2B00 (or 0x2A2B00) is unknown color: approx Karaka. HEX triplet: 2A, 2B and 00. RGB value is (42,43,0). Sum of RGB (Red+Green+Blue) = 42+43+0=85 (11% of max value = 765). Red value is 42 (16.80% from 255 or 49.41% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #2A2B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2B00 is #D5D4FF. Grayscale: #252525. Windows color (decimal): -14013696 or 11050. OLE color: 11050.

HSL color Cylindrical-coordinate representation of color #2A2B00: hue angle of 61.4º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A2B00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB42430-
CMYK0.02010.83
HSL61.4º100%8.43%-
HSV(B)61.4º100%16.86%-
XYZ1.822.220.33-
YUV37.8106.67131-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 49.41%
GREEN value IS 43 (17.19% from 255) = 50.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.41%
G=50.59%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal424300.02010.8361.41008.43
Hex2A2B02064533d648
Octal52530201441237514410
Binary10101010101101001100100101001111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,43,0); }

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

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

 a { background-color: rgb(42,43,0); }

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

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

 span { border-color: rgb(42,43,0); }

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