#2F300A

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

Shades of Karaka #2F300A

Tints of Karaka #2F300A

Color information

#2F300A (or 0x2F300A) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 0A. RGB value is (47,48,10). Sum of RGB (Red+Green+Blue) = 47+48+10=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #2F300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F300A is #D0CFF5. Grayscale: #2B2B2B. Windows color (decimal): -13684726 or 667695. OLE color: 667695.

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

Color convert

RGB474810-
CMYK0.0200.790.81
HSL61.58º65.52%11.37%-
HSV(B)61.58º79.17%18.82%-
XYZ2.282.740.7-
YUV43.37109.17130.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.76%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=44.76%
G=45.71%
B=9.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748100.0200.790.8161.5865.5211.37
Hex2F30A204F513e42b
Octal576012201171217610213
Binary10111111000010101001001111101000111111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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