#2F300B

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

Shades of Karaka #2F300B

Tints of Karaka #2F300B

Color information

#2F300B (or 0x2F300B) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 0B. RGB value is (47,48,11). Sum of RGB (Red+Green+Blue) = 47+48+11=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2F300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F300B is #D0CFF4. Grayscale: #2B2B2B. Windows color (decimal): -13684725 or 733231. OLE color: 733231.

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

Color convert

RGB474811-
CMYK0.0200.770.81
HSL61.62º62.71%11.57%-
HSV(B)61.62º77.08%18.82%-
XYZ2.292.740.73-
YUV43.48109.67130.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.34%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=44.34%
G=45.28%
B=10.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748110.0200.770.8161.6262.7111.57
Hex2F30B204D513e3fc
Octal57601320115121767714
Binary1011111100001011100100110110100011111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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