#2F300F

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

Shades of Karaka #2F300F

Tints of Karaka #2F300F

Color information

#2F300F (or 0x2F300F) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 0F. RGB value is (47,48,15). Sum of RGB (Red+Green+Blue) = 47+48+15=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #2F300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F300F is #D0CFF0. Grayscale: #2C2C2C. Windows color (decimal): -13684721 or 995375. OLE color: 995375.

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

Color convert

RGB474815-
CMYK0.0200.690.81
HSL61.82º52.38%12.35%-
HSV(B)61.82º68.75%18.82%-
XYZ2.322.750.86-
YUV43.94111.67130.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 42.73%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=42.73%
G=43.64%
B=13.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748150.0200.690.8161.8252.3812.35
Hex2F30F2045513e34c
Octal57601720105121766414
Binary1011111100001111100100010110100011111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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