#2F3103

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

Shades of Karaka #2F3103

Tints of Karaka #2F3103

Color information

#2F3103 (or 0x2F3103) is unknown color: approx Karaka. HEX triplet: 2F, 31 and 03. RGB value is (47,49,3). Sum of RGB (Red+Green+Blue) = 47+49+3=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3103 is #D0CEFC. Grayscale: #2B2B2B. Windows color (decimal): -13684477 or 209199. OLE color: 209199.

HSL color Cylindrical-coordinate representation of color #2F3103: hue angle of 62.61º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F3103 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB47493-
CMYK0.0400.940.81
HSL62.61º88.46%10.2%-
HSV(B)62.61º93.88%19.22%-
XYZ2.292.810.51-
YUV43.16105.34130.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.47%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=47.47%
G=49.49%
B=3.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal474930.0400.940.8162.6188.4610.2
Hex2F313405E513f58a
Octal57613401361217713012
Binary1011111100011110001011110101000111111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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