#2F310A

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

Shades of Karaka #2F310A

Tints of Karaka #2F310A

Color information

#2F310A (or 0x2F310A) is unknown color: approx Karaka. HEX triplet: 2F, 31 and 0A. RGB value is (47,49,10). Sum of RGB (Red+Green+Blue) = 47+49+10=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #2F310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F310A is #D0CEF5. Grayscale: #2C2C2C. Windows color (decimal): -13684470 or 667951. OLE color: 667951.

HSL color Cylindrical-coordinate representation of color #2F310A: hue angle of 63.08º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F310A is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB474910-
CMYK0.0400.800.81
HSL63.08º66.1%11.57%-
HSV(B)63.08º79.59%19.22%-
XYZ2.332.820.71-
YUV43.96108.84130.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.34%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=44.34%
G=46.23%
B=9.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749100.0400.800.8163.0866.111.57
Hex2F31A4050513f42c
Octal576112401201217710214
Binary101111110001101010001010000101000111111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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