#2F3010

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

Shades of Karaka #2F3010

Tints of Karaka #2F3010

Color information

#2F3010 (or 0x2F3010) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 10. RGB value is (47,48,16). Sum of RGB (Red+Green+Blue) = 47+48+16=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3010 is #D0CFEF. Grayscale: #2C2C2C. Windows color (decimal): -13684720 or 1060911. OLE color: 1060911.

HSL color Cylindrical-coordinate representation of color #2F3010: hue angle of 61.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F3010 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB474816-
CMYK0.0200.670.81
HSL61.88º50%12.55%-
HSV(B)61.88º66.67%18.82%-
XYZ2.322.760.9-
YUV44.05112.17130.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 42.34%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=42.34%
G=43.24%
B=14.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748160.0200.670.8161.885012.55
Hex2F30102043513e32d
Octal57602020103121766215
Binary10111111000010000100100001110100011111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,48,16); }

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

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

 a { background-color: rgb(47,48,16); }

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

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

 span { border-color: rgb(47,48,16); }

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