#2F3015

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

Shades of Karaka #2F3015

Tints of Karaka #2F3015

Color information

#2F3015 (or 0x2F3015) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 15. RGB value is (47,48,21). Sum of RGB (Red+Green+Blue) = 47+48+21=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3015 is #D0CFEA. Grayscale: #2C2C2C. Windows color (decimal): -13684715 or 1388591. OLE color: 1388591.

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

Color convert

RGB474821-
CMYK0.0200.560.81
HSL62.22º39.13%13.53%-
HSV(B)62.22º56.25%18.82%-
XYZ2.362.771.12-
YUV44.62114.67129.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.52%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=40.52%
G=41.38%
B=18.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748210.0200.560.8162.2239.1313.53
Hex2F30152038513e27e
Octal5760252070121764716
Binary1011111100001010110011100010100011111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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