#2A2C01

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

Shades of Karaka #2A2C01

Tints of Karaka #2A2C01

Color information

#2A2C01 (or 0x2A2C01) is unknown color: approx Karaka. HEX triplet: 2A, 2C and 01. RGB value is (42,44,1). Sum of RGB (Red+Green+Blue) = 42+44+1=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 44 (17.58% from 255 or 50.57% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 44 - color contains mainly: green. Hex color #2A2C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2C01 is #D5D3FE. Grayscale: #262626. Windows color (decimal): -14013439 or 76842. OLE color: 76842.

HSL color Cylindrical-coordinate representation of color #2A2C01: hue angle of 62.79º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A2C01 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.83.

Color convert

RGB42441-
CMYK0.0500.980.83
HSL62.79º95.56%8.82%-
HSV(B)62.79º97.73%17.25%-
XYZ1.862.30.37-
YUV38.5106.84130.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 48.28%
GREEN value IS 44 (17.58% from 255) = 50.57%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=48.28%
G=50.57%
B=1.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal424410.0500.980.8362.7995.568.82
Hex2A2C15062533f609
Octal52541501421237714011
Binary101010101100110101100010101001111111111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,44,1); }

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

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

 a { background-color: rgb(42,44,1); }

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

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

 span { border-color: rgb(42,44,1); }

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